/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_util.h | 111 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 D | PackedEnums.h | 494 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 D | VertexDataManager.cpp | 197 case GL_INT_2_10_10_10_REV: translated[i].type = sw::STREAMTYPE_2_10_10_10_INT; break; in prepareVertexData()
|
H A D | Context.h | 190 case GL_INT_2_10_10_10_REV: return sizeof(GLint); in typeSize()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.cpp | 116 case GL_INT_2_10_10_10_REV: in mapGLFloatVertexAttributeType()
|
H A D | sglrReferenceContext.cpp | 3651 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 D | es3fNegativeVertexArrayApiTests.cpp | 182 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 D | es3fShaderStateQueryTests.cpp | 2284 { 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 D | es31fNegativeVertexArrayApiTests.cpp | 188 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 D | varray.c | 121 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 D | glformats.c | 555 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 D | es31cVertexAttribBindingTests.cpp | 971 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 D | gl4cVertexAttribBindingTests.cpp | 874 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 D | gl4cDirectStateAccessVertexArraysTests.cpp | 4763 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 D | gl4cVertexAttrib64BitTest.cpp | 401 GL_INT_2_10_10_10_REV, in invalidEnum()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.cpp | 2711 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 D | functionsgl_enums.h | 824 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 614 GL_INT_2_10_10_10_REV // INPUTTYPE_INT_2_10_10_10, in inputTypeToGL()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 972 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|
H A D | gl3.h | 972 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 953 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|
H A D | gl31.h | 953 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 972 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 972 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|
H A D | gl31.h | 974 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|