/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 1168 m_verifier->verifyInteger(m_testCtx, GL_STENCIL_BACK_FUNC, stencilfuncValues[ndx]); in test() 2145 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_back_func_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_BACK_FUNC, GL_BACK))); in init() 2146 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_back_func_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_BACK_FUNC, GL_FRONT_AND_BACK))); in init()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 140 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 161 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 1449 m_verifier->verifyInteger(m_testCtx, GL_STENCIL_BACK_FUNC, stencilfuncValues[ndx]); in test() 2905 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_back_func_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_BACK_FUNC, GL_BACK))); in init() 2906 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_back_func_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_BACK_FUNC, GL_FRONT_AND_BACK))); in init()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 1988 case GL_STENCIL_BACK_FUNC: *params = mState.stencilBackFunc; return true; in getIntegerv() 2573 case GL_STENCIL_BACK_FUNC: in getQueryParameterInfo()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 378 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 167 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 148 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 444 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
H A D | StateManagerGL.cpp | 3013 get(GL_STENCIL_BACK_FUNC, &state->stencilState.stencilBackFunc);
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 167 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 167 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 148 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 167 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
H A D | gl3.h | 167 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
H A D | gl32.h | 167 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 148 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
H A D | gl31.h | 148 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 2726 case GL_STENCIL_BACK_FUNC:
|
H A D | queryutils.cpp | 3111 case GL_STENCIL_BACK_FUNC: in GetQueryParameterInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 167 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 167 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
H A D | gl31.h | 169 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 148 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|
H A D | gl31.h | 148 #define GL_STENCIL_BACK_FUNC 0x8800 macro
|