/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 2109 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefTestCase (m_context, verifier, (std::string("stencil_back_ref") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF", GL_STENCIL_BACK_REF))); in init() 2112 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefSeparateTestCase (m_context, verifier, (std::string("stencil_back_ref_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF (separate)", GL_STENCIL_BACK_REF, GL_BACK))); in init() 2113 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefSeparateTestCase (m_context, verifier, (std::string("stencil_back_ref_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF (separate)", GL_STENCIL_BACK_REF, GL_FRONT_AND_BACK))); in init()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 144 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 165 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 2869 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefTestCase (m_context, verifier, (std::string("stencil_back_ref") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF", GL_STENCIL_BACK_REF))); in init() 2872 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefSeparateTestCase (m_context, verifier, (std::string("stencil_back_ref_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF (separate)", GL_STENCIL_BACK_REF, GL_BACK))); in init() 2873 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefSeparateTestCase (m_context, verifier, (std::string("stencil_back_ref_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF (separate)", GL_STENCIL_BACK_REF, GL_FRONT_AND_BACK))); in init()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 1989 case GL_STENCIL_BACK_REF: *params = mState.stencilBackRef; return true; in getIntegerv() 2575 case GL_STENCIL_BACK_REF: in getQueryParameterInfo()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 381 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 171 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 152 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 447 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
H A D | StateManagerGL.cpp | 3015 get(GL_STENCIL_BACK_REF, &state->stencilState.stencilBackRef);
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 171 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 171 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 152 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 171 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
H A D | gl3.h | 171 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 152 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
H A D | gl31.h | 152 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get.c | 912 case GL_STENCIL_BACK_REF: in find_custom_value()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 2729 case GL_STENCIL_BACK_REF:
|
H A D | queryutils.cpp | 3113 case GL_STENCIL_BACK_REF: in GetQueryParameterInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 171 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 171 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
H A D | gl31.h | 173 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 152 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|
H A D | gl31.h | 152 #define GL_STENCIL_BACK_REF 0x8CA3 macro
|