Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_INT_2_10_10_10_REV (Results 1 – 25 of 86) sorted by relevance

1234

/external/angle/src/libANGLE/
Dformat_map_autogen.cpp436 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetSizedFormatInternal()
464 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetSizedFormatInternal()
490 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetSizedFormatInternal()
631 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidES3Type()
751 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidES3FormatCombination()
836 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidES3FormatCombination()
1079 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidES3FormatCombination()
Dformat_map_desktop.cpp70 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidDesktopType()
/external/libepoxy/test/
Dglx_beginend.c50 glTexCoordP4ui(GL_UNSIGNED_INT_2_10_10_10_REV, 0); in test_with_epoxy()
81 glTexCoordP3ui(GL_UNSIGNED_INT_2_10_10_10_REV, 0); in test_without_epoxy()
/external/mesa3d/src/mesa/vbo/
Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/external/mesa3d/src/glx/
Dcompsize.c58 case GL_UNSIGNED_INT_2_10_10_10_REV: in __glElementsPerGroup()
137 case GL_UNSIGNED_INT_2_10_10_10_REV: in __glBytesPerElement()
/external/angle/src/tests/gl_tests/
DTextureUploadFormatTest.cpp41 case GL_UNSIGNED_INT_2_10_10_10_REV: in bytesPerPixel()
385 fnTest({GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV}, {1, 1, 1, 128}); in TEST_P()
386 fnTest({GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV}, {8, 8, 8, 255}); in TEST_P()
387 fnTest({GL_RGBA, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV}, {1, 1, 1, 128}); in TEST_P()
397 fnTest({GL_RGB, GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV}, {1, 1, 1, 0}); in TEST_P()
536 fnTest({GL_RGB10_A2UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV}, {1, 1, 1, 1}); in TEST_P()
DCopyTexture3DTest.cpp573 GL_UNSIGNED_INT_2_10_10_10_REV, false, false, false, GLColor(250, 200, 150, 85)); in TEST_P()
575 GL_UNSIGNED_INT_2_10_10_10_REV, false, true, false, GLColor(196, 157, 118, 170)); in TEST_P()
577 GL_UNSIGNED_INT_2_10_10_10_REV, false, false, true, GLColor(128, 191, 255, 170)); in TEST_P()
649 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 200), GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, in TEST_P()
651 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 200), GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, in TEST_P()
653 testCopy(GL_TEXTURE_3D, GLColor(100, 150, 250, 200), GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, in TEST_P()
989 GL_UNSIGNED_INT_2_10_10_10_REV, false, false, false, GLColor(128, 84, 32, 3)); in TEST_P()
991 GL_UNSIGNED_INT_2_10_10_10_REV, false, true, false, GLColor(50, 32, 12, 3)); in TEST_P()
993 GL_UNSIGNED_INT_2_10_10_10_REV, false, false, true, GLColor(255, 214, 81, 3)); in TEST_P()
1301 GL_UNSIGNED_INT_2_10_10_10_REV, false, false, false, GLColor(250, 200, 150, 85)); in TEST_P()
[all …]
/external/mesa3d/src/mesa/main/
Dglformats.c250 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_type_is_packed()
348 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_sizeof_packed_type()
484 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_bytes_per_pixel()
556 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_bytes_per_vertex_attrib()
954 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_is_type_unsigned()
1843 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_error_check_format_and_type()
1852 if (type == GL_UNSIGNED_INT_2_10_10_10_REV && format == GL_RGB && in _mesa_error_check_format_and_type()
1982 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_error_check_format_and_type()
2031 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_error_check_format_and_type()
2147 case GL_UNSIGNED_INT_2_10_10_10_REV: in _mesa_error_check_format_and_type()
[all …]
Dformats.c941 *datatype = GL_UNSIGNED_INT_2_10_10_10_REV; in _mesa_uncompressed_format_to_type_and_comps()
1350 *datatype = GL_UNSIGNED_INT_2_10_10_10_REV; in _mesa_uncompressed_format_to_type_and_comps()
1369 *datatype = GL_UNSIGNED_INT_2_10_10_10_REV; in _mesa_uncompressed_format_to_type_and_comps()
1406 *datatype = GL_UNSIGNED_INT_2_10_10_10_REV; in _mesa_uncompressed_format_to_type_and_comps()
Dtexformat.c79 } else if (type == GL_UNSIGNED_INT_2_10_10_10_REV) { in _mesa_choose_tex_format()
118 if (type == GL_UNSIGNED_INT_2_10_10_10_REV) { in _mesa_choose_tex_format()
/external/virglrenderer/src/
Dvrend_formats.c262 …{ VIRGL_FORMAT_B10G10R10X2_UNORM, GL_RGB10_A2, GL_BGRA, GL_UNSIGNED_INT_2_10_10_10_REV, RGB1_SWIZZ…
263 …{ VIRGL_FORMAT_B10G10R10A2_UNORM, GL_RGB10_A2, GL_BGRA, GL_UNSIGNED_INT_2_10_10_10_REV, NO_SWIZZLE…
264 …{ VIRGL_FORMAT_B10G10R10A2_UINT, GL_RGB10_A2UI, GL_BGRA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, N…
265 …{ VIRGL_FORMAT_R10G10B10X2_UNORM, GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, RGB1_SWIZZ…
266 …{ VIRGL_FORMAT_R10G10B10A2_UNORM, GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, NO_SWIZZLE…
267 …{ VIRGL_FORMAT_R10G10B10A2_UINT, GL_RGB10_A2UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, N…
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp230 if (type != GL_UNSIGNED_INT_2_10_10_10_REV) in createTexture()
437 return GL_UNSIGNED_INT_2_10_10_10_REV; in getTypeFromInternalFormat()
473 colorConversionMap[GL_UNSIGNED_INT_2_10_10_10_REV] = &convertUInt_2_10_10_10_rev; in generateTextureData()
1112 if (testType == GL_UNSIGNED_INT_2_10_10_10_REV) in iterate()
1357 if (type == GL_UNSIGNED_INT_2_10_10_10_REV) in prepareColoringProgramSources()
1420 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGBA, EXT_texture_type_2_10_10_10_REV), in getESTestData()
1421 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB10_A2, EXT_texture_type_2_10_10_10_REV), in getESTestData()
1422 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB5_A1, EXT_texture_type_2_10_10_10_REV), in getESTestData()
1423 TF(GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB, EXT_texture_type_2_10_10_10_REV), in getESTestData()
1551 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGBA), in getGLTestData()
[all …]
DglcPackedPixelsTests.cpp258 …{ GL_RGB10_A2, GL_RGBA, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, SAMPLER_UNORM, { {10,10…
259 …{ GL_RGB10_A2UI, GL_RGBA, GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, SAMPLER_UINT, {…
353 …{ GL_UNSIGNED_INT_2_10_10_10_REV, sizeof(GLuint), STORAGE_UNSIGNED, true, true, { {10,10,10…
380 …{ GL_UNSIGNED_INT_2_10_10_10_REV, sizeof(GLuint), STORAGE_UNSIGNED, true, true, { {10,10,10…
395 { GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, 4, true },
396 { GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, 4, true },
406 { GL_RGB10_A2UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, 4, true },
502 { GL_RGBA, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, 4, true },
503 { GL_BGRA, GL_BGRA, GL_UNSIGNED_INT_2_10_10_10_REV, 4, true },
504 { GL_RGBA_INTEGER, GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, 4, true },
[all …]
DglcTextureRepeatModeTests.cpp279 …{ GL_RGB10_A2, GL_RGBA, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, SAMPLER_UNORM, { {10,10,10,…
280 …{ GL_RGB10_A2UI, GL_RGBA, GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, SAMPLER_UINT, { {10…
372 …{ GL_RGB10_A2, GL_RGBA, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, SAMPLER_UNORM, { {10,10,10,…
373 …{ GL_RGB10_A2UI, GL_RGBA, GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, SAMPLER_UINT, { {10…
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp52 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture1DArray()
163 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture2DArray()
282 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTextureBuffer()
377 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture1D()
487 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture2D()
581 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture2D()
667 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture3D()
1246 …else if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) || … in CreateGLTexture2DMultisample()
1509 …else if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) || … in CreateGLTexture2DArrayMultisample()
1876 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetGLTypeSize()
[all …]
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp479 (type == GL_HALF_FLOAT) || (type == GL_UNSIGNED_INT_2_10_10_10_REV); in isTypeSupportedByGLReadPixels()
530 case GL_UNSIGNED_INT_2_10_10_10_REV: in isInternalFormatCompatibleWithType()
1433 DE_ASSERT(type == GL_UNSIGNED_INT_2_10_10_10_REV); in getRGB10A2PixelData()
1472 DE_ASSERT(type == GL_UNSIGNED_INT_2_10_10_10_REV); in getRGB10A2UIPixelData()
1723 type == GL_UNSIGNED_INT_2_10_10_10_REV); in getRGB5A1PixelData()
1774 case GL_UNSIGNED_INT_2_10_10_10_REV: in getRGB5A1PixelData()
3541 getRGB5A1PixelData(1, GL_UNSIGNED_INT_2_10_10_10_REV, texel2101010_1[0], texel2101010_1[1], in configureConversionDatabase()
3546 getRGB5A1PixelData(1, GL_UNSIGNED_INT_2_10_10_10_REV, texel2101010_2[0], texel2101010_2[1], in configureConversionDatabase()
3551 getRGB5A1PixelData(1, GL_UNSIGNED_INT_2_10_10_10_REV, texel2101010_3[0], texel2101010_3[1], in configureConversionDatabase()
3556 getRGB5A1PixelData(1, GL_UNSIGNED_INT_2_10_10_10_REV, texel2101010_4[0], texel2101010_4[1], in configureConversionDatabase()
[all …]
/external/angle/src/libANGLE/renderer/
Dload_functions_table_autogen.cpp2263 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_A2_to_R10G10B10A2_UNORM()
2275 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_A2UI_to_R10G10B10A2_UINT()
2289 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_A2_SINT_ANGLEX_to_R10G10B10A2_SINT()
2303 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_A2_SNORM_ANGLEX_to_R10G10B10A2_SNORM()
2339 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_UNORM_ANGLEX_to_R10G10B10A2_UNORM()
2619 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB5_A1_to_A1R5G5B5_UNORM()
2635 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB5_A1_to_B5G5R5A1_UNORM()
2651 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB5_A1_to_R5G5B5A1_UNORM()
2667 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB5_A1_to_R8G8B8A8_UNORM()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp781 if(format == GL_RGBA && type == GL_UNSIGNED_INT_2_10_10_10_REV) in ValidateReadPixelsFormatType()
855 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidateTextureFormatType()
1015 case GL_UNSIGNED_INT_2_10_10_10_REV: VALIDATE_INTERNALFORMAT(GL_RGB10_A2, GL_RGB5_A1) in ValidateTextureFormatType()
1031 case GL_UNSIGNED_INT_2_10_10_10_REV: VALIDATE_INTERNALFORMAT(GL_RGB10_A2UI) in ValidateTextureFormatType()
1198 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetTypeSize()
1328 case GL_UNSIGNED_INT_2_10_10_10_REV: return sw::FORMAT_A2B10G10R10UI; in ConvertReadFormatType()
DFramebuffer.cpp614 case GL_RGB10_A2UI: return GL_UNSIGNED_INT_2_10_10_10_REV; in getImplementationColorReadType()
633 case GL_RGB10_A2: return GL_UNSIGNED_INT_2_10_10_10_REV; in getImplementationColorReadType()
/external/angle/src/common/
DPackedEnums.h480 if (from == GL_UNSIGNED_INT_2_10_10_10_REV)
501 return GL_UNSIGNED_INT_2_10_10_10_REV; in ToGLenum()
520 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, UnsignedInt2101010, GL_UNSIGNED_INT_2_10_10_10_REV);
/external/deqp/framework/opengl/
DgluTextureUtil.cpp113 case TextureFormat::UNORM_INT_101010: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat()
114 case TextureFormat::UNORM_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat()
115 case TextureFormat::UNSIGNED_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat()
414 …case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : Te… in mapGLChannelType()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp221 if ( formats[ fidx ].datatype == GL_UNSIGNED_INT_2_10_10_10_REV ) in test_images_get_info_common()
Dtest_images_read_common.cpp571 if ( gl_type == GL_UNSIGNED_INT_2_10_10_10_REV ) in test_image_format_read()
674 if ( formats[ fidx ].datatype == GL_UNSIGNED_INT_2_10_10_10_REV ) in test_images_read_common()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c338 case GL_UNSIGNED_INT_2_10_10_10_REV: in brw_get_vertex_surface_type()
363 } else if (glformat->Type == GL_UNSIGNED_INT_2_10_10_10_REV) { in brw_get_vertex_surface_type()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp86 case GL_UNSIGNED_INT_2_10_10_10_REV: in mapGLFloatVertexAttributeType()

1234