Searched refs:counterSize (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | android_content_res_ResourceTimer.cpp | 46 size_t size = ResourceTimer::counterSize; in NativeGetTimers() 86 env->SetIntField(config, gConfigOffsets.maxTimer, ResourceTimer::counterSize); in NativeEnableTimers() 92 jobjectArray timers = env->NewObjectArray(ResourceTimer::counterSize, str, empty); in NativeEnableTimers() 93 for (int i = 0; i < ResourceTimer::counterSize; i++) { in NativeEnableTimers()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTimer.h | 43 static const int counterSize = static_cast<int>(Counter::LastCounter) + 1; variable
|
/frameworks/base/libs/androidfw/ |
D | ResourceTimer.cpp | 80 if (!enabled_.load()) counter_ = new GuardedTimer[ResourceTimer::counterSize]; in enable() 112 for (int i = 0; i < counterSize; i++) { in reset()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 223 …D)(GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counte… 224 …CALL_GL_API(glGetPerfMonitorCountersAMD, group, numCounters, maxActiveCounters, counterSize, count…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 814 …) (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counte… 826 …D (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counte…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 398 …D, GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counte…
|