/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
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() 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()
|
D | esextcDrawBuffersIndexedNegative.cpp | 133 gl.getBooleani_v(GL_COLOR_WRITEMASK, maxDrawBuffers, &bData); in iterate()
|
/external/deqp/framework/opengl/ |
D | gluQueryUtil.inl | 14 case GL_COLOR_WRITEMASK: return 4; 29 case GL_COLOR_WRITEMASK: return 4;
|
D | gluStrUtil.inl | 83 case GL_COLOR_WRITEMASK: return "GL_COLOR_WRITEMASK"; 1116 case GL_COLOR_WRITEMASK: return "GL_COLOR_WRITEMASK"; 1395 case GL_COLOR_WRITEMASK: return "GL_COLOR_WRITEMASK";
|
/external/deqp/modules/gles2/functional/ |
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… in test()
|
/external/deqp/modules/gles3/functional/ |
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… in test()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 981 …verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(true), m_verifierTyp… in iterate() 989 …verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, f… in iterate() 998 …verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, (ndx % 2 == 0 ? tcu::BVec4(true… in iterate() 1009 …verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, f… in iterate()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 32 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 197 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/swiftshader/include/GLES/ |
D | gl.h | 197 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 1104 case GL_COLOR_WRITEMASK: in getBooleanv() 1504 case GL_COLOR_WRITEMASK: in getQueryParameterNum() 1705 case GL_COLOR_WRITEMASK: in isQueryParameterBool()
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 732 case GL_COLOR_WRITEMASK: in find_custom_value() 2520 case GL_COLOR_WRITEMASK: in find_value_indexed()
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 177 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/swiftshader/include/GLES2/ |
D | gl2.h | 177 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/angle/include/GLES2/ |
D | gl2.h | 158 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/angle/include/GLES/ |
D | gl.h | 201 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/angle/src/libANGLE/ |
D | State.cpp | 2309 case GL_COLOR_WRITEMASK: in getBooleanv() 3179 case GL_COLOR_WRITEMASK: in getBooleani_v()
|
D | validationES3.cpp | 2917 case GL_COLOR_WRITEMASK: in ValidateIndexedStateQuery() 3041 if (pname == GL_COLOR_WRITEMASK) in ValidateIndexedStateQuery()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 1859 case GL_COLOR_WRITEMASK: in getBooleanv() 2714 case GL_COLOR_WRITEMASK: in getQueryParameterInfo()
|
/external/angle/src/tests/gl_tests/ |
D | WebGLCompatibilityTest.cpp | 2059 glGetBooleani_v(GL_COLOR_WRITEMASK, 0, data); in TEST_P() 2093 glGetBooleani_v(GL_COLOR_WRITEMASK, 0, data); in TEST_P()
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 177 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/angle/include/GLES3/ |
D | gl3.h | 158 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/mesa3d/include/GL/ |
D | gl.h | 490 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 177 #define GL_COLOR_WRITEMASK 0x0C23 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 174 #define GL_COLOR_WRITEMASK 0x0C23 macro
|