Home
last modified time | relevance | path

Searched refs:GL_VERTEX_ATTRIB_ARRAY_ENABLED (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp706 glGetVertexAttribfv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params); in init()
722 glGetVertexAttribiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params); in init()
738 glGetVertexAttribIiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params); in init()
754 glGetVertexAttribIuiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params); in init()
Des3fShaderStateQueryTests.cpp2649 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE); in test()
2651 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_TRUE); in test()
2653 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE); in test()
2676 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE); in test()
2681 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_TRUE); in test()
/external/deqp/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp429 glGetVertexAttribfv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params[0]); in init()
447 glGetVertexAttribiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params[0]); in init()
Des2fShaderStateQueryTests.cpp1597 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE); in test()
1599 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_TRUE); in test()
1601 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE); in test()
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp1098 ctx.glGetVertexAttribfv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params); in get_vertex_attribfv()
1116 ctx.glGetVertexAttribiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params); in get_vertex_attribiv()
1134 ctx.glGetVertexAttribIiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params); in get_vertex_attribi_iv()
1152 ctx.glGetVertexAttribIuiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params); in get_vertex_attribi_uiv()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp3654 is_ok &= Check(GL_VERTEX_ATTRIB_ARRAY_ENABLED, 0, GL_TRUE); in iterate()
3655 is_ok &= Check(GL_VERTEX_ATTRIB_ARRAY_ENABLED, 1, GL_TRUE); in iterate()
3656 is_ok &= Check(GL_VERTEX_ATTRIB_ARRAY_ENABLED, 2, GL_TRUE); in iterate()
3657 is_ok &= Check(GL_VERTEX_ATTRIB_ARRAY_ENABLED, 3, GL_TRUE); in iterate()
3658 is_ok &= Check(GL_VERTEX_ATTRIB_ARRAY_ENABLED, 5, GL_FALSE); in iterate()
3955 is_ok &= CheckIndexed(GL_VERTEX_ATTRIB_ARRAY_ENABLED, i, GL_FALSE); in iterate()
5474GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE, GL_VERTEX_ATTRIB_ARRAY_STRIDE, in iterate()
5506 gl.getVertexArrayIndexediv(not_a_vao, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &storage); in iterate()
Dgl4cVertexAttrib64BitTest.cpp841 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE)) in checkVertexAttribLPointer()
Dgl4cVertexAttribBindingTests.cpp2470 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &p); in stateVerify()
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h452 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
DVertexArrayGL.cpp1119 context, index, attribute.enabled, GL_VERTEX_ATTRIB_ARRAY_ENABLED, in validateState()
DStateManagerGL.cpp3691 mFunctions->getVertexAttribiv(i, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &enabled); in syncVertexArraysFromNativeContext()
/external/mesa3d/include/GLES2/
Dgl2.h310 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
/external/angle/include/GLES2/
Dgl2.h310 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
/external/deqp/framework/opengl/
DgluStrUtil.inl1159 case GL_VERTEX_ATTRIB_ARRAY_ENABLED: return "GL_VERTEX_ATTRIB_ARRAY_ENABLED";
/external/angle/include/GLES3/
Dgl3.h310 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
Dgl31.h310 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
Dgl32.h310 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
/external/mesa3d/include/GLES3/
Dgl3.h310 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
Dgl31.h310 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
Dgl32.h310 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
/external/deqp/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp1928 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &p); in stateVerify()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl757 #define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 macro
/external/angle/src/libANGLE/
Dqueryutils.cpp641 case GL_VERTEX_ATTRIB_ARRAY_ENABLED: in QueryVertexAttribBase()
DvalidationES.cpp7378 case GL_VERTEX_ATTRIB_ARRAY_ENABLED: in ValidateGetVertexAttribBase()
/external/deqp/external/openglcts/modules/common/
DglcApiCoverageTests.cpp604 … ea_GetVertexAttrib = {ENUM(GL_VERTEX_ATTRIB_ARRAY_ENABLED), ENUM(GL_VERTEX_ATTRIB_ARRAY_SIZE), in init()
773 ea_GetVertexAttrib = {ENUM(GL_VERTEX_ATTRIB_ARRAY_ENABLED), in init()

12