/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_array.c | 216 type == GL_INT_2_10_10_10_REV || in st_pipe_vertex_format() 222 if (type == GL_INT_2_10_10_10_REV || in st_pipe_vertex_format() 228 if (type == GL_INT_2_10_10_10_REV) { in st_pipe_vertex_format() 240 if (type == GL_INT_2_10_10_10_REV) { in st_pipe_vertex_format()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 116 case GL_INT_2_10_10_10_REV: in mapGLFloatVertexAttributeType()
|
D | sglrReferenceContext.cpp | 3612 …type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV, GL_INVALID_ENUM, RC_RET_V… in vertexAttribPointer() 3615 …RC_IF_ERROR((type == GL_INT_2_10_10_10_REV || type == GL_UNSIGNED_INT_2_10_10_10_REV) && effective… in vertexAttribPointer() 3617 …RC_IF_ERROR(allowBGRA && rawSize == GL_BGRA && type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNE… in vertexAttribPointer()
|
/external/mesa3d/src/mesa/main/ |
D | varray.c | 98 case GL_INT_2_10_10_10_REV: in type_to_bit() 204 type != GL_INT_2_10_10_10_REV && in update_array() 224 type == GL_INT_2_10_10_10_REV) && size != 4) { in update_array()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeVertexArrayApiTests.cpp | 147 glVertexAttribPointer(0, 2, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in init() 151 glVertexAttribPointer(0, 4, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in init() 178 glVertexAttribIPointer(0, 4, GL_INT_2_10_10_10_REV, 0, 0); in init()
|
D | es3fShaderStateQueryTests.cpp | 2276 { 4, GL_INT_2_10_10_10_REV, 0, GL_FALSE, vertexData }, in test() 2494 { 4, GL_INT_2_10_10_10_REV, 0, GL_FALSE, vertexData }, in test() 2502 { 4, GL_INT_2_10_10_10_REV, 0, GL_TRUE, vertexData }, in test() 2608 { 4, GL_INT_2_10_10_10_REV, 0, GL_FALSE, vertexData }, in test()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeVertexArrayApiTests.cpp | 145 ctx.glVertexAttribPointer(0, 2, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in vertex_attrib_pointer() 149 ctx.glVertexAttribPointer(0, 4, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in vertex_attrib_pointer() 177 ctx.glVertexAttribIPointer(0, 4, GL_INT_2_10_10_10_REV, 0, 0); in vertex_attrib_i_pointer() 258 ctx.glVertexAttribFormat(1, 3, GL_INT_2_10_10_10_REV, GL_FALSE, 0); in vertex_attrib_format()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | GL30.java | 310 public final int GL_INT_2_10_10_10_REV = 0x8D9F; field
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_attrib_tmp.h | 166 } else if ((type) == GL_INT_2_10_10_10_REV) { \
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 37 case GL_INT_2_10_10_10_REV: return "GL_INT_2_10_10_10_REV";
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 677 GL_INT_2_10_10_10_REV // INPUTTYPE_INT_2_10_10_10, in inputTypeToGL()
|
D | glsDrawTest.cpp | 126 GL_INT_2_10_10_10_REV // INPUTTYPE_INT_2_10_10_10, in inputTypeToGL()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1044 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glew.h | 5796 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|
/external/mesa3d/include/GL/ |
D | glext.h | 2300 #define GL_INT_2_10_10_10_REV 0x8D9F macro
|