HomeSort by relevance Sort by last modified time
    Searched refs:glClearDepthfOES (Results 1 - 25 of 36) sorted by null

1 2

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 238 {"glClearDepthfOES", (void*)glClearDepthfOES},
gl_client_context.h 258 glClearDepthfOES_client_proc_t glClearDepthfOES;
gl_client_context.cpp 258 glClearDepthfOES = (glClearDepthfOES_client_proc_t) getProc("glClearDepthfOES", userData);
gl_entry.cpp 253 void glClearDepthfOES(GLclampf depth);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 245 {"glClearDepthfOES", (void *)glClearDepthfOES},
gles_dispatch.h 248 glClearDepthfOES_t glClearDepthfOES;
    [all...]
gles.cpp 1181 void glClearDepthfOES(GLclampf depth)
1183 getDispatch()->glClearDepthfOES(depth);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 81 void glClearDepthfOES ( GLclampf depth )
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java     [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 92 #define glClearDepthfOES wrap_glClearDepthfOES
    [all...]
gles_undefine.h 92 #undef glClearDepthfOES
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/swiftshader/include/GLES/
glext.h 421 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 417 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 61 glClearDepthfOES(30, 30),
658 case 30: return glClearDepthfOES;
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 193 #define glClearDepthfOES MANGLE(ClearDepthfOES)
    [all...]
glext.h     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/swiftshader/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 1153 milliseconds

1 2