/external/deqp/framework/opengl/wrapper/ |
glwInitES30Direct.inl | 103 gl->stencilFunc = &glStencilFunc;
|
/external/deqp/modules/gles3/functional/ |
es3fOcclusionQueryTests.cpp | 279 glStencilFunc (GL_ALWAYS, 1, 0xFF); 346 glStencilFunc (GL_EQUAL, 0, 0xFF);
|
es3fMultisampleTests.cpp | [all...] |
es3fIntegerStateQueryTests.cpp | [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_dispatch.h | 150 glStencilFunc_t glStencilFunc; 422 glStencilFunc_t set_glStencilFunc(glStencilFunc_t f) { glStencilFunc_t retval = glStencilFunc; glStencilFunc = f; return retval;} [all...] |
gles.cpp | 691 void glStencilFunc(GLenum func, GLint ref, GLuint mask) 693 getDispatch()->glStencilFunc(func, ref, mask); [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_client_context.cpp | 139 glStencilFunc = (glStencilFunc_client_proc_t) getProc("glStencilFunc", userData);
|
/external/deqp/modules/gles2/functional/ |
es2fIntegerStateQueryTests.cpp | [all...] |
es2fMultisampleTests.cpp | [all...] |
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 589 #define glStencilFunc GLES2_GET_FUN(StencilFunc) [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_entry.cpp | 108 void glStencilFunc(GLenum func, GLint ref, GLuint mask); 828 void glStencilFunc(GLenum func, GLint ref, GLuint mask) 831 ctx->glStencilFunc(ctx, func, ref, mask); [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 33 gl->stencilFunc = glStencilFunc;
|
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 722 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); [all...] |
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 573 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
|
/external/chromium_org/third_party/angle/include/GLES2/ |
gl2.h | 572 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
|
/external/chromium_org/third_party/khronos/GLES2/ |
gl2.h | 477 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
|
/external/chromium_org/third_party/mesa/src/include/GLES/ |
gl.h | 722 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2.h | 573 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
|
/external/chromium_org/ui/gl/ |
gl_bindings_skia_in_process.cc | 417 glStencilFunc(func, ref, mask);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 149 void glStencilFunc (deUint32 func, int ref, deUint32 mask);
|
sglrGLContext.cpp | 507 m_wrapper->glStencilFunc(func, ref, mask);
|
/external/mesa3d/include/GLES/ |
gl.h | 722 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); [all...] |
/external/mesa3d/include/GLES2/ |
gl2.h | 573 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
ppb_opengles2_thunk.cc | 946 glStencilFunc(func, ref, mask); [all...] |
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 624 void GL_APIENTRY glStencilFunc(GLenum func, GLint ref, GLuint mask) { [all...] |