Home
last modified time | relevance | path

Searched refs:GL_COLOR_WRITEMASK (Results 1 - 25 of 51) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBase.cpp140 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 DesextcDrawBuffersIndexedNegative.cpp133 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 Des3fIndexedStateQueryTests.cpp664 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 Des3fBooleanStateQueryTests.cpp535 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 Des2fBooleanStateQueryTests.cpp491 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 Des31fIndexedStateQueryTests.cpp900 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 Dgl.h138 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h142 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h142 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h138 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h150 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h171 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/mesa3d/include/GLES/
H A Dgl.h197 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/openGLES/api/GLES/
H A Dgl.h178 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dgl.h197 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dgl.h197 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/mesa3d/src/mesa/main/
H A Dget.c759 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 DState.cpp2381 case GL_COLOR_WRITEMASK:
3254 case GL_COLOR_WRITEMASK:
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1859 case GL_COLOR_WRITEMASK: in getBooleanv()
2714 case GL_COLOR_WRITEMASK: in getQueryParameterInfo()
/third_party/glfw/deps/glad/
H A Dgles2.h204 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/mesa3d/include/GLES2/
H A Dgl2.h177 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/openGLES/api/GLES2/
H A Dgl2.h158 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h32 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2.h177 #define GL_COLOR_WRITEMASK 0x0C23 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2.h177 #define GL_COLOR_WRITEMASK 0x0C23 macro

Completed in 91 milliseconds

123