Searched refs:GL_STENCIL_FUNC (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_implementation_autogen.h156 GL_STENCIL_FUNC,
H A Dcontext_state_impl_autogen.h580 case GL_STENCIL_FUNC:
917 case GL_STENCIL_FUNC:
/external/deqp/framework/opengl/
H A DgluStrUtil.inl62 case GL_STENCIL_FUNC: return "GL_STENCIL_FUNC";
1007 case GL_STENCIL_FUNC: return "GL_STENCIL_FUNC";
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc241 glGetIntegerv(GL_STENCIL_FUNC, &stencil_front_func_);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc179 case GL_STENCIL_FUNC:
H A Dgles2_cmd_utils_implementation_autogen.h1879 0x0B92, "GL_STENCIL_FUNC",
2622 {GL_STENCIL_FUNC, "GL_STENCIL_FUNC"},
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1137 m_verifier->verifyInteger(m_testCtx, GL_STENCIL_FUNC, GL_ALWAYS);
1147 m_verifier->verifyInteger(m_testCtx, GL_STENCIL_FUNC, stencilfuncValues[ndx]);
2044 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_func_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_FUNC, GL_FRONT)));
2045 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_func_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_FUNC, GL_FRONT_AND_BACK)));
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h178 #define GL_STENCIL_FUNC 0x0B92 macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h155 #define GL_STENCIL_FUNC 0x0B92 macro
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h211 #define GL_STENCIL_FUNC 0x0B92 macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h178 #define GL_STENCIL_FUNC 0x0B92 macro
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1530 m_verifier->verifyInteger(m_testCtx, GL_STENCIL_FUNC, GL_ALWAYS);
1540 m_verifier->verifyInteger(m_testCtx, GL_STENCIL_FUNC, stencilfuncValues[ndx]);
2817 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_func_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_FUNC, GL_FRONT)));
2818 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_func_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_FUNC, GL_FRONT_AND_BACK)));
/external/mesa3d/include/GLES/
H A Dgl.h211 #define GL_STENCIL_FUNC 0x0B92 macro
/external/mesa3d/include/GLES2/
H A Dgl2.h178 #define GL_STENCIL_FUNC 0x0B92 macro
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h175 #define GL_STENCIL_FUNC 0x0B92 macro
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DState.cpp1215 case GL_STENCIL_FUNC: *params = mDepthStencil.stencilFunc; break;
H A DContext.cpp1083 case GL_STENCIL_FUNC:
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h202 #define GL_STENCIL_FUNC 0x0B92 macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dget.c447 { GL_STENCIL_FUNC, LOC_CUSTOM, TYPE_ENUM, NO_OFFSET, NO_EXTRA },
1640 case GL_STENCIL_FUNC:
/external/mesa3d/src/mesa/main/
H A Dget.c447 { GL_STENCIL_FUNC, LOC_CUSTOM, TYPE_ENUM, NO_OFFSET, NO_EXTRA },
1640 case GL_STENCIL_FUNC:
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl142 #define GL_STENCIL_FUNC 0x0B92
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl.h451 #define GL_STENCIL_FUNC 0x0B92 macro
/external/mesa3d/include/GL/
H A Dgl.h450 #define GL_STENCIL_FUNC 0x0B92 macro
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp2412 case GL_STENCIL_FUNC:

Completed in 313 milliseconds

12