HomeSort by relevance Sort by last modified time
    Searched refs:glClearDepthf (Results 151 - 175 of 275) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/GLES2/
gl2.h 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 62 gl->clearDepthf = glClearDepthf;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 450 m_wrapper->glClearDepthf(depth);
  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp     [all...]
es2fMultisampleTests.cpp 919 GLU_CHECK_CALL(glClearDepthf(1.0f));
    [all...]
  /external/libgdx/gdx/jni/iosgl/
com.badlogic.gdx.backends.iosrobovm.IOSGLES10.cpp 67 glClearDepthf(depth);
    [all...]
iosgl20.cpp 305 * Method: glClearDepthf
311 glClearDepthf( depth );
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_entry.cpp 11 void glClearDepthf(GLclampf depth);
321 void glClearDepthf(GLclampf depth)
324 ctx->glClearDepthf(ctx, depth);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h 394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
    [all...]
  /development/ndk/platforms/android-24/include/GLES2/
gl2.h 545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d)
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h 394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp     [all...]
es3fMultisampleTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp     [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGL20.java 235 public void glClearDepthf (float depth) {
    [all...]
  /external/libgdx/gdx/jni/android/
AndroidGL20.cpp 366 * Method: glClearDepthf
372 glClearDepthf( depth );
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d)
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]

Completed in 998 milliseconds

1 2 3 4 5 67 8 91011