/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedBase.cpp | 140 gl.getIntegeri_v(GL_COLOR_WRITEMASK, idx, ia); in CheckBuffer() 141 gl.getInteger64i_v(GL_COLOR_WRITEMASK, idx, lia); in CheckBuffer() 142 gl.getBooleani_v(GL_COLOR_WRITEMASK, idx, ba); in CheckBuffer() 150 testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to(" in CheckBuffer() 170 gl.getIntegerv(GL_COLOR_WRITEMASK, ia); in CheckBuffer() 171 gl.getInteger64v(GL_COLOR_WRITEMASK, lia); in CheckBuffer() 172 gl.getBooleanv(GL_COLOR_WRITEMASK, ba); in CheckBuffer() 173 gl.getFloatv(GL_COLOR_WRITEMASK, fa); in CheckBuffer() 183 testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to(" in CheckBuffer()
|
H A D | esextcDrawBuffersIndexedNegative.cpp | 133 gl.getBooleani_v(GL_COLOR_WRITEMASK, maxDrawBuffers, &bData); in iterate() 134 success &= ExpectedError(GL_INVALID_VALUE, "glGetBooleani_v(GL_COLOR_WRITEMASK, maxDrawBuffers, &bData)"); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIndexedStateQueryTests.cpp | 664 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(true), m_verifierType); in iterate() 672 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, false), m_verifierType); in iterate() 681 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, (ndx % 2 == 0 ? tcu::BVec4(true, false, true, false) : tcu::BVec4(false, true, false, true)), m_verifierType); in iterate() 692 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, false), m_verifierType); in iterate()
|
H A D | es3fBooleanStateQueryTests.cpp | 535 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, true, true, true, true); in test() 564 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, testMasks[ndx].r==GL_TRUE, testMasks[ndx].g==GL_TRUE, testMasks[ndx].b==GL_TRUE, testMasks[ndx].a==GL_TRUE); in test()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBooleanStateQueryTests.cpp | 491 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, true, true, true, true); in test() 520 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, testMasks[ndx].r==GL_TRUE, testMasks[ndx].g==GL_TRUE, testMasks[ndx].b==GL_TRUE, testMasks[ndx].a==GL_TRUE); in test()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIndexedStateQueryTests.cpp | 900 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(true), m_verifierType); in iterate() 908 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, false), m_verifierType); in iterate() 917 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, (ndx % 2 == 0 ? tcu::BVec4(true, false, true, false) : tcu::BVec4(false, true, false, true)), m_verifierType); in iterate() 928 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, false), m_verifierType); in iterate()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 138 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 142 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
H A D | gl.h | 142 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
H A D | gl.h | 138 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 150 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 171 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/mesa3d/include/GLES/ |
H A D | gl.h | 197 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/openGLES/api/GLES/ |
H A D | gl.h | 178 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | gl.h | 197 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | gl.h | 197 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get.c | 759 case GL_COLOR_WRITEMASK: in find_custom_value() 2563 case GL_COLOR_WRITEMASK: in find_value_indexed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 2381 case GL_COLOR_WRITEMASK: 3254 case GL_COLOR_WRITEMASK:
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 1859 case GL_COLOR_WRITEMASK: in getBooleanv() 2714 case GL_COLOR_WRITEMASK: in getQueryParameterInfo()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 204 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 177 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 158 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 32 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 177 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 177 #define GL_COLOR_WRITEMASK 0x0C23 macro
|