HomeSort by relevance Sort by last modified time
    Searched defs:glGetDriverControlsQCOM (Results 1 - 10 of 10) sorted by null

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 192 void glGetDriverControlsQCOM(GLint* num, GLsizei size, GLuint* driverControls);
    [all...]
gl2_client_context.h 194 glGetDriverControlsQCOM_client_proc_t glGetDriverControlsQCOM;
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 282 void glGetDriverControlsQCOM(GLint* num, GLsizei size, GLuint* driverControls);
    [all...]
gl_client_context.h 284 glGetDriverControlsQCOM_client_proc_t glGetDriverControlsQCOM;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 1321 void glGetDriverControlsQCOM(GLint *num, GLsizei size, GLuint *driverControls)
1323 getDispatch()->glGetDriverControlsQCOM(num, size, driverControls);
    [all...]
gles_dispatch.h 276 glGetDriverControlsQCOM_t glGetDriverControlsQCOM;
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 276 glGetDriverControlsQCOM_t glGetDriverControlsQCOM;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 798 const GLMessage_Function GLMessage::glGetDriverControlsQCOM;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 188 glGetDriverControlsQCOM(157, 157),
681 case 157: return glGetDriverControlsQCOM;
    [all...]

Completed in 714 milliseconds