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

12

/external/deqp/framework/opengl/
H A DgluQueryUtil.inl14 case GL_COLOR_WRITEMASK: return 4;
29 case GL_COLOR_WRITEMASK: return 4;
H A DgluStrUtil.inl83 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/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBase.cpp140 gl.getIntegeri_v(GL_COLOR_WRITEMASK, idx, ia);
141 gl.getInteger64i_v(GL_COLOR_WRITEMASK, idx, lia);
142 gl.getBooleani_v(GL_COLOR_WRITEMASK, idx, ba);
150 testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to("
170 gl.getIntegerv(GL_COLOR_WRITEMASK, ia);
171 gl.getInteger64v(GL_COLOR_WRITEMASK, lia);
172 gl.getBooleanv(GL_COLOR_WRITEMASK, ba);
173 gl.getFloatv(GL_COLOR_WRITEMASK, fa);
183 testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to("
H A DesextcDrawBuffersIndexedNegative.cpp133 gl.getBooleani_v(GL_COLOR_WRITEMASK, maxDrawBuffers, &bData);
134 success &= ExpectedError(GL_INVALID_VALUE, "glGetBooleani_v(GL_COLOR_WRITEMASK, maxDrawBuffers, &bData)");
/external/deqp/modules/gles2/functional/
H A Des2fBooleanStateQueryTests.cpp491 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, true, true, true, true);
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);
/external/deqp/modules/gles31/functional/
H A Des31fIndexedStateQueryTests.cpp978 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(true), m_verifierType);
986 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, false), m_verifierType);
995 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, (ndx % 2 == 0 ? tcu::BVec4(true, false, true, false) : tcu::BVec4(false, true, false, true)), m_verifierType);
1006 verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, false), m_verifierType);
/external/deqp/modules/gles3/functional/
H A Des3fBooleanStateQueryTests.cpp535 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, true, true, true, true);
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);
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/mesa3d/include/GLES/
H A Dgl.h234 #define GL_COLOR_WRITEMASK 0x0C23 macro
/external/swiftshader/include/GLES/
H A Dgl.h197 #define GL_COLOR_WRITEMASK 0x0C23 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h234 #define GL_COLOR_WRITEMASK 0x0C23 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h196 #define GL_COLOR_WRITEMASK 0x0C23 macro
/external/mesa3d/src/mesa/main/
H A Dget.c662 case GL_COLOR_WRITEMASK:
2045 case GL_COLOR_WRITEMASK:
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp1104 case GL_COLOR_WRITEMASK:
1504 case GL_COLOR_WRITEMASK:
1705 case GL_COLOR_WRITEMASK:
/external/mesa3d/include/GLES2/
H A Dgl2.h175 #define GL_COLOR_WRITEMASK 0x0C23 macro
/external/mesa3d/prebuilt-intermediates/main/
H A Dget_hash.h12 { GL_COLOR_WRITEMASK, LOC_CUSTOM, TYPE_INT_4, 0, NO_EXTRA },
/external/swiftshader/include/GLES2/
H A Dgl2.h177 #define GL_COLOR_WRITEMASK 0x0C23 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h220 #define GL_COLOR_WRITEMASK 0x0C23 macro
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp1193 case GL_COLOR_WRITEMASK:
1606 case GL_COLOR_WRITEMASK:
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1823 case GL_COLOR_WRITEMASK:
2694 case GL_COLOR_WRITEMASK:
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl163 #define GL_COLOR_WRITEMASK 0x0C23
/external/mesa3d/include/GL/
H A Dgl.h495 #define GL_COLOR_WRITEMASK 0x0C23 macro
/external/mesa3d/include/GLES3/
H A Dgl3.h175 #define GL_COLOR_WRITEMASK 0x0C23 macro
H A Dgl31.h175 #define GL_COLOR_WRITEMASK 0x0C23 macro
/external/swiftshader/include/GLES3/
H A Dgl3.h177 #define GL_COLOR_WRITEMASK 0x0C23 macro

Completed in 629 milliseconds

12