/external/deqp/modules/gles3/functional/ |
es3fFboDepthbufferTests.cpp | 201 glDepthFunc(GL_ALWAYS); 208 glDepthFunc(GL_LESS); // (1 < depth) ? 213 glDepthFunc(GL_GREATER); // (0 > depth) ? 287 glDepthFunc(GL_ALWAYS); 293 glDepthFunc(GL_EQUAL);
|
es3fFboMultisampleTests.cpp | 144 glDepthFunc(GL_ALWAYS); 184 glDepthFunc(GL_LESS);
|
es3fNegativeFragmentApiTests.cpp | 63 ES3F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage", 66 glDepthFunc(-1);
|
es3fFboInvalidateTests.cpp | 180 glDepthFunc(GL_ALWAYS); 272 glDepthFunc(GL_ALWAYS); 529 glDepthFunc(GL_ALWAYS); 783 glDepthFunc(GL_ALWAYS); [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_ftable.h | 45 {"glDepthFunc", (void*)glDepthFunc},
|
gl2_client_context.h | 45 glDepthFunc_client_proc_t glDepthFunc;
|
gl2_client_context.cpp | 47 glDepthFunc = (glDepthFunc_client_proc_t) getProc("glDepthFunc", userData);
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 72 {"glDepthFunc", (void*)glDepthFunc},
|
gl_client_context.h | 72 glDepthFunc_client_proc_t glDepthFunc;
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 82 {"glDepthFunc", (void *)glDepthFunc},
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
ClearTest.cpp | 69 glDepthFunc(GL_LEQUAL);
|
/external/deqp/modules/gles2/functional/ |
es2fDepthRangeTests.cpp | 195 glDepthFunc(GL_ALWAYS); 217 glDepthFunc(m_compareFunc); 337 glDepthFunc(GL_ALWAYS); 347 glDepthFunc(GL_LEQUAL);
|
es2fNegativeFragmentApiTests.cpp | 63 ES2F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage", 66 glDepthFunc(-1);
|
/external/deqp/framework/egl/ |
egluStaticES20Library.inl | 38 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 38 gl->depthFunc = &glDepthFunc;
|
/development/ndk/platforms/android-17/samples/Teapot/jni/ |
TeapotNativeActivity.cpp | 158 glDepthFunc( GL_LEQUAL );
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
MoreTeapotsNativeActivity.cpp | 168 glDepthFunc( GL_LEQUAL );
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 50 #define glDepthFunc GLES2_GET_FUN(DepthFunc)
|
/external/chromium_org/android_webview/browser/ |
scoped_app_gl_state_restore.cc | 365 glDepthFunc(depth_func_);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_context.c | 682 &glDepthFunc,
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.cpp | 314 void ContextWrapper::glDepthFunc (deUint32 func)
|
/external/deqp/modules/gles31/functional/ |
es31fNegativeFragmentApiTests.cpp | 61 ctx.glDepthFunc(-1); 384 {depth_func, "depth_func", "Invalid glDepthFunc() usage" },
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_context.c | 682 &glDepthFunc,
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 184 public void glDepthFunc(int func) { 185 mgl.glDepthFunc(func);
|
/external/chromium_org/gpu/command_buffer/service/ |
context_state_impl_autogen.h | 223 glDepthFunc(depth_func); 327 glDepthFunc(depth_func); [all...] |