/external/mesa3d/src/glx/ |
D | compsize.c | 58 case GL_UNSIGNED_INT_2_10_10_10_REV: in __glElementsPerGroup() 127 case GL_UNSIGNED_INT_2_10_10_10_REV: in __glBytesPerElement()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 50 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_type_is_packed() 146 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_sizeof_packed_type() 272 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_bytes_per_pixel() 424 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_is_type_unsigned() 1055 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_error_check_format_and_type() 1229 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_error_check_format_and_type() 1350 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_error_check_format_and_type()
|
D | formats.c | 2100 *datatype = GL_UNSIGNED_INT_2_10_10_10_REV; in _mesa_format_to_type_and_comps() 2516 *datatype = GL_UNSIGNED_INT_2_10_10_10_REV; in _mesa_format_to_type_and_comps() 2734 return format == GL_BGRA && type == GL_UNSIGNED_INT_2_10_10_10_REV && in _mesa_format_matches_format_and_type() 2938 type == GL_UNSIGNED_INT_2_10_10_10_REV && in _mesa_format_matches_format_and_type() 2943 type == GL_UNSIGNED_INT_2_10_10_10_REV && in _mesa_format_matches_format_and_type()
|
D | varray.c | 96 case GL_UNSIGNED_INT_2_10_10_10_REV: in type_to_bit() 203 if (type != GL_UNSIGNED_INT_2_10_10_10_REV && in update_array() 223 (type == GL_UNSIGNED_INT_2_10_10_10_REV || in update_array()
|
D | pack.c | 821 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_pack_rgba_span_from_uints() 1208 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_pack_rgba_span_from_ints() 2686 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_pack_rgba_span_float() 3187 srcType == GL_UNSIGNED_INT_2_10_10_10_REV || in extract_float_rgba() 3628 case GL_UNSIGNED_INT_2_10_10_10_REV: in extract_float_rgba() 3796 srcType == GL_UNSIGNED_INT_2_10_10_10_REV || in extract_uint_rgba() 4135 case GL_UNSIGNED_INT_2_10_10_10_REV: in extract_uint_rgba() 4297 srcType == GL_UNSIGNED_INT_2_10_10_10_REV || in _mesa_unpack_color_span_ubyte() 4550 srcType == GL_UNSIGNED_INT_2_10_10_10_REV || in _mesa_unpack_color_span_float() 4754 srcType == GL_UNSIGNED_INT_2_10_10_10_REV || in _mesa_unpack_color_span_uint()
|
D | mipmap.c | 648 else if (datatype == GL_UNSIGNED_INT_2_10_10_10_REV && comps == 4) { in do_row() 1289 else if ((datatype == GL_UNSIGNED_INT_2_10_10_10_REV) && (comps == 4)) { in do_row_3D()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_array.c | 217 type == GL_UNSIGNED_INT_2_10_10_10_REV); in st_pipe_vertex_format() 223 type == GL_UNSIGNED_INT_2_10_10_10_REV) { in st_pipe_vertex_format()
|
D | st_format.c | 1471 { GL_BGRA, GL_UNSIGNED_INT_2_10_10_10_REV, PIPE_FORMAT_B10G10R10A2_UNORM },
|
D | st_cb_drawpixels.c | 416 case GL_UNSIGNED_INT_2_10_10_10_REV: in internal_format()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 112 case TextureFormat::UNORM_INT_101010: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat() 113 case TextureFormat::UNORM_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat() 114 case TextureFormat::UNSIGNED_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat() 413 …case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : Te… in mapGLChannelType()
|
D | gluStrUtil.inl | 38 case GL_UNSIGNED_INT_2_10_10_10_REV: return "GL_UNSIGNED_INT_2_10_10_10_REV";
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 86 case GL_UNSIGNED_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 …wSize == GL_BGRA && type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && typ… in vertexAttribPointer()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeVertexArrayApiTests.cpp | 149 glVertexAttribPointer(0, 2, GL_UNSIGNED_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in init() 153 glVertexAttribPointer(0, 4, GL_UNSIGNED_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in init() 180 glVertexAttribIPointer(0, 4, GL_UNSIGNED_INT_2_10_10_10_REV, 0, 0); in init()
|
D | es3fShaderStateQueryTests.cpp | 2277 { 4, GL_UNSIGNED_INT_2_10_10_10_REV, 0, GL_FALSE, vertexData }, in test() 2495 { 4, GL_UNSIGNED_INT_2_10_10_10_REV, 0, GL_FALSE, vertexData }, in test() 2503 { 4, GL_UNSIGNED_INT_2_10_10_10_REV, 0, GL_TRUE, vertexData }, in test() 2609 { 4, GL_UNSIGNED_INT_2_10_10_10_REV, 0, GL_FALSE, vertexData }, in test()
|
D | es3fNegativeTextureApiTests.cpp | 1150 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB10_A2, 1, 1, 0, GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV, 0); in init() 2081 …glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB10_A2, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV, 0); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeVertexArrayApiTests.cpp | 144 ctx.glVertexAttribPointer(0, 2, GL_UNSIGNED_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in vertex_attrib_pointer() 148 ctx.glVertexAttribPointer(0, 4, GL_UNSIGNED_INT_2_10_10_10_REV, GL_TRUE, 0, 0); in vertex_attrib_pointer() 176 ctx.glVertexAttribIPointer(0, 4, GL_UNSIGNED_INT_2_10_10_10_REV, 0, 0); in vertex_attrib_i_pointer()
|
D | es31fNegativeTextureApiTests.cpp | 1087 …ctx.glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB10_A2, 1, 1, 0, GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV, 0… in teximage2d() 2037 …ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB10_A2, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV… in teximage3d()
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 124 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV), 125 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV),
|
D | glsVertexArrayTests.cpp | 676 GL_UNSIGNED_INT_2_10_10_10_REV, // INPUTTYPE_UNSIGNED_INT_2_10_10_10, in inputTypeToGL()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 350 case GL_UNSIGNED_INT_2_10_10_10_REV: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 350 case GL_UNSIGNED_INT_2_10_10_10_REV: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_attrib_tmp.h | 160 if ((type) == GL_UNSIGNED_INT_2_10_10_10_REV) { \
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 443 …_A2: internalFormat = GL_RGB10_A2; format = GL_RGBA; type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in init()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 599 #define GL_UNSIGNED_INT_2_10_10_10_REV 0x8368 macro
|