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

1 2 3 4 5 6

  /external/mesa3d/src/mapi/es1api/
ABI-check 24 glClearDepthf
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 13 {"glClearDepthf", (void*)glClearDepthf},
gl_client_context.h 15 glClearDepthf_client_proc_t glClearDepthf;
gl_client_context.cpp 15 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 22 {"glClearDepthf", (void *)glClearDepthf},
gles_dispatch.h 25 glClearDepthf_t glClearDepthf;
297 glClearDepthf_t set_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 23 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
egluStaticES30Library.inl 35 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
  /external/mesa3d/src/mapi/es2api/
ABI-check 39 glClearDepthf
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 23 gl->clearDepthf = &glClearDepthf;
glwInitES30Direct.inl 35 gl->clearDepthf = &glClearDepthf;
glwInitES31Direct.inl 39 gl->clearDepthf = &glClearDepthf;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 28 {"glClearDepthf", (void*)glClearDepthf},
gl2_client_context.h 30 glClearDepthf_client_proc_t glClearDepthf;
  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 186 glClearDepthf (1.0f);
es3fRasterizerDiscardTests.cpp 300 glClearDepthf (1.0f);
322 glClearDepthf (FAIL_DEPTH);
es3fOcclusionQueryTests.cpp 210 glClearDepthf (1.0f);
265 glClearDepthf (0.0f);
  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 209 glClearDepthf (1.0f);
es3sSyncTests.cpp 174 glClearDepthf (1.0f);
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 100 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferGLTest.cpp 222 glClearDepthf(1.0f);
228 glClearDepthf(0.5f);
234 glClearDepthf(1.0f);
240 glClearDepthf(0.f);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 254 void ContextWrapper::glClearDepthf (float depth)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 113 public void glClearDepthf(float depth) {
114 mgl.glClearDepthf(depth);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 9 void glClearDepthf ( GLclampf depth )
GLES20.spec 18 void glClearDepthf ( GLclampf depth )

Completed in 197 milliseconds

1 2 3 4 5 6