HomeSort by relevance Sort by last modified time
    Searched defs:glClearDepthf (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/opengl/libagl/
state.cpp 588 void glClearDepthf(GLclampf depth)
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerState.java 72 lastSetter.put(Function.glClearDepthf.getNumber(), null);
101 case glClearDepthf:
DebuggerMessage.java 47 glClearDepthf(17, 17),
245 case 17: return glClearDepthf;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 72 lastSetter.put(Function.glClearDepthf.getNumber(), null);
101 case glClearDepthf:
DebuggerMessage.java 47 glClearDepthf(17, 17),
245 case 17: return glClearDepthf;
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 334 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth){
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 286 #define glClearDepthf(...) do { glClearDepthf(__VA_ARGS__); GLCHECK("glClearDepthf");} while(0)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 640 void __stdcall glClearDepthf(GLclampf depth)
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 144 // C function void glClearDepthf ( GLclampf depth )
146 public native void glClearDepthf(
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 71 public void glClearDepthf(
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 120 (*s_glesExtensions)["glClearDepthfOES"] = (__translatorMustCastToProperFunctionPointerType)glClearDepthf;
373 GL_API void GL_APIENTRY glClearDepthf( GLclampf depth) {
    [all...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 25 glClearDepthf_t glClearDepthf;
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 66 void glClearDepthf(GLclampf depth)
68 getDispatch()->glClearDepthf(depth);
    [all...]
gles_dispatch.h 25 glClearDepthf_t glClearDepthf;
297 glClearDepthf_t set_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 256 const Message_Function Message::glClearDepthf;
    [all...]
debugger_message.pb.h 330 static const Function glClearDepthf = Message_Function_glClearDepthf;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 113 public void glClearDepthf(float depth) {
114 mgl.glClearDepthf(depth);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 331 // C function void glClearDepthf ( GLclampf depth )
333 public static native void glClearDepthf(
    [all...]
GLES20.java 458 // C function void glClearDepthf ( GLclampf depth )
460 public static native void glClearDepthf(
    [all...]
GLErrorWrapper.java 118 public void glClearDepthf(float depth) {
120 mgl.glClearDepthf(depth);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 303 void glClearDepthf(
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 322 milliseconds

1 2