Home
last modified time | relevance | path

Searched refs:GL_INT_2_10_10_10_REV (Results 1 - 25 of 43) sorted by relevance

12

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_util.h111 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
123 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h494 if (from == GL_INT_2_10_10_10_REV) in FromGLenum()
507 return GL_INT_2_10_10_10_REV; in ToGLenum()
528 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, Int2101010, GL_INT_2_10_10_10_REV);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.cpp197 case GL_INT_2_10_10_10_REV: translated[i].type = sw::STREAMTYPE_2_10_10_10_INT; break; in prepareVertexData()
H A DContext.h190 case GL_INT_2_10_10_10_REV: return sizeof(GLint); in typeSize()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp116 case GL_INT_2_10_10_10_REV: in mapGLFloatVertexAttributeType()
H A DsglrReferenceContext.cpp3651 type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV, GL_INVALID_ENUM, RC_RET_VOID);
3654 RC_IF_ERROR((type == GL_INT_2_10_10_10_REV || type == GL_UNSIGNED_INT_2_10_10_10_REV) && effectiveSize != 4, GL_INVALID_OPERATION, RC_RET_VOID);
3656 RC_IF_ERROR(allowBGRA && rawSize == GL_BGRA && type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && type != GL_UNSIGNED_BYTE, GL_INVALID_OPERATION, RC_RET_VOID);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeVertexArrayApiTests.cpp182 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if type is GL_INT_2_10_10_10_REV or GL_UNSIGNED_INT_2_10_10_10_REV and size is not 4."); in init()
183 glVertexAttribPointer(0, 2, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in init()
187 glVertexAttribPointer(0, 4, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in init()
219 glVertexAttribIPointer(0, 4, GL_INT_2_10_10_10_REV, 0, 0); in init()
H A Des3fShaderStateQueryTests.cpp2284 { 4, GL_INT_2_10_10_10_REV, 0, GL_FALSE, vertexData }, in test()
2510 { 4, GL_INT_2_10_10_10_REV, 0, GL_FALSE, vertexData }, in test()
2518 { 4, GL_INT_2_10_10_10_REV, 0, GL_TRUE, vertexData }, in test()
2628 { 4, GL_INT_2_10_10_10_REV, 0, GL_FALSE, vertexData }, in test()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp188 ctx.beginSection("GL_INVALID_OPERATION is generated if type is GL_INT_2_10_10_10_REV or GL_UNSIGNED_INT_2_10_10_10_REV and size is not 4."); in vertex_attrib_pointer()
189 ctx.glVertexAttribPointer(0, 2, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in vertex_attrib_pointer()
193 ctx.glVertexAttribPointer(0, 4, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in vertex_attrib_pointer()
226 ctx.glVertexAttribIPointer(0, 4, GL_INT_2_10_10_10_REV, 0, 0); in vertex_attrib_i_pointer()
301 ctx.beginSection("GL_INVALID_OPERATION is generated if type is GL_INT_2_10_10_10_REV and size is not 4."); in vertex_attrib_format()
305 ctx.glVertexAttribFormat(1, 3, GL_INT_2_10_10_10_REV, GL_FALSE, 0); in vertex_attrib_format()
/third_party/mesa3d/src/mesa/main/
H A Dvarray.c121 case GL_INT_2_10_10_10_REV: in type_to_bit()
494 case GL_INT_2_10_10_10_REV: in vertex_format_to_pipe_format()
748 type != GL_INT_2_10_10_10_REV && in validate_array_format()
773 type == GL_INT_2_10_10_10_REV) && size != 4) { in validate_array_format()
H A Dglformats.c555 case GL_INT_2_10_10_10_REV: in _mesa_bytes_per_vertex_attrib()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp971 glVertexAttribFormat(11, 4, GL_INT_2_10_10_10_REV, GL_TRUE, 112); in Run()
972 glVertexAttribFormat(12, 4, GL_INT_2_10_10_10_REV, GL_TRUE, 112); in Run()
1156 glVertexAttribFormat(9, 4, GL_INT_2_10_10_10_REV, GL_FALSE, 108); in Run()
3276 glVertexAttribFormat(0, 3, GL_INT_2_10_10_10_REV, GL_FALSE, 0); in Run()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttribBindingTests.cpp874 glVertexAttribFormat(11, 4, GL_INT_2_10_10_10_REV, GL_TRUE, 112); in Run()
875 glVertexAttribFormat(12, GL_BGRA, GL_INT_2_10_10_10_REV, GL_TRUE, 112); in Run()
1039 glVertexAttribFormat(9, 4, GL_INT_2_10_10_10_REV, GL_FALSE, 108); in Run()
3958 glVertexAttribFormat(0, 3, GL_INT_2_10_10_10_REV, GL_FALSE, 0); in Run()
H A Dgl4cDirectStateAccessVertexArraysTests.cpp4763 GL_INT_2_10_10_10_REV, in iterate()
4937 gl.vertexArrayAttribFormat(vao, 0, 1, GL_INT_2_10_10_10_REV, GL_TRUE, 0); in iterate()
H A Dgl4cVertexAttrib64BitTest.cpp401 GL_INT_2_10_10_10_REV, in invalidEnum()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformatutils.cpp2711 static const VertexFormat format(GL_INT_2_10_10_10_REV, GL_FALSE, 4, false); in GetVertexFormatFromID()
2721 static const VertexFormat format(GL_INT_2_10_10_10_REV, GL_TRUE, 4, false); in GetVertexFormatFromID()
2731 static const VertexFormat format(GL_INT_2_10_10_10_REV, GL_FALSE, 4, true); in GetVertexFormatFromID()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h824 #define GL_INT_2_10_10_10_REV 0x8D9F macro
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp614 GL_INT_2_10_10_10_REV // INPUTTYPE_INT_2_10_10_10, in inputTypeToGL()
/third_party/mesa3d/include/GLES3/
H A Dgl31.h972 #define GL_INT_2_10_10_10_REV 0x8D9F macro
H A Dgl3.h972 #define GL_INT_2_10_10_10_REV 0x8D9F macro
/third_party/openGLES/api/GLES3/
H A Dgl3.h953 #define GL_INT_2_10_10_10_REV 0x8D9F macro
H A Dgl31.h953 #define GL_INT_2_10_10_10_REV 0x8D9F macro
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h972 #define GL_INT_2_10_10_10_REV 0x8D9F macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h972 #define GL_INT_2_10_10_10_REV 0x8D9F macro
H A Dgl31.h974 #define GL_INT_2_10_10_10_REV 0x8D9F macro

Completed in 103 milliseconds

12