Home
last modified time | relevance | path

Searched refs:GL_TIME_ELAPSED_EXT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp150 glBeginQueryEXT(GL_TIME_ELAPSED_EXT, mTimingQueries[mTimingStartIndex]); in startGlTimer()
168 glEndQueryEXT(GL_TIME_ELAPSED_EXT); in stopGlTimer()
/frameworks/native/opengl/libs/
Denums.in1160 GL_ENUM(0x88BF,GL_TIME_ELAPSED_EXT)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h769 #define GL_TIME_ELAPSED_EXT 0x88BF macro