Home
last modified time | relevance | path

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

1234

/external/angle/src/libANGLE/
Dformat_map_autogen.cpp44 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetSizedFormatInternal()
438 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetSizedFormatInternal()
466 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetSizedFormatInternal()
492 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetSizedFormatInternal()
634 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidES3Type()
1301 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidES3FormatCombination()
1427 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidES3FormatCombination()
1538 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()
404 fnTest({GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV}, {1, 1, 1, 128}); in TEST_P()
405 fnTest({GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV}, {8, 8, 8, 255}); in TEST_P()
406 fnTest({GL_RGBA, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV}, {1, 1, 1, 128}); in TEST_P()
416 fnTest({GL_RGB, GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV}, {1, 1, 1, 0}); in TEST_P()
555 fnTest({GL_RGB10_A2UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV}, {1, 1, 1, 1}); in TEST_P()
DCopyTexture3DTest.cpp636 testCopy(testTarget, GLColor(250, 200, 150, 100), GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, in testSnormFormats()
638 testCopy(testTarget, GLColor(250, 200, 150, 200), GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, in testSnormFormats()
640 testCopy(testTarget, GLColor(101, 150, 190, 200), GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, in testSnormFormats()
729 testCopy(testTarget, kColorNoAlpha, GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, false, in testUnsignedByteFormats()
731 testCopy(testTarget, kColorPreAlpha, GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, false, in testUnsignedByteFormats()
733 testCopy(testTarget, kColorUnAlpha, GL_RGB5_A1, GL_UNSIGNED_INT_2_10_10_10_REV, false, in testUnsignedByteFormats()
1044 testCopy(testTarget, kColor, GL_RGB10_A2UI, GL_UNSIGNED_INT_2_10_10_10_REV, false, false, false, in testUintFormats()
1046 testCopy(testTarget, kColor, GL_RGB10_A2UI, GL_UNSIGNED_INT_2_10_10_10_REV, false, true, false, in testUintFormats()
1048 testCopy(testTarget, kColor, GL_RGB10_A2UI, GL_UNSIGNED_INT_2_10_10_10_REV, false, false, true, in testUintFormats()
/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.c303 …{ VIRGL_FORMAT_B10G10R10X2_UNORM, GL_RGB10_A2, GL_BGRA, GL_UNSIGNED_INT_2_10_10_10_REV, RGB1_SWIZZ…
304 …{ VIRGL_FORMAT_B10G10R10A2_UNORM, GL_RGB10_A2, GL_BGRA, GL_UNSIGNED_INT_2_10_10_10_REV, NO_SWIZZLE…
305 …{ VIRGL_FORMAT_B10G10R10A2_UINT, GL_RGB10_A2UI, GL_BGRA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, N…
306 …{ VIRGL_FORMAT_R10G10B10X2_UNORM, GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, RGB1_SWIZZ…
307 …{ VIRGL_FORMAT_R10G10B10A2_UNORM, GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, NO_SWIZZLE…
308 …{ VIRGL_FORMAT_R10G10B10A2_UINT, GL_RGB10_A2UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, N…
350 …{ VIRGL_FORMAT_B10G10R10X2_UNORM, GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, RGB1_SWIZZ…
351 …{ VIRGL_FORMAT_B10G10R10A2_UNORM, GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, NO_SWIZZLE…
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp237 if (type != GL_UNSIGNED_INT_2_10_10_10_REV) in createTexture()
459 return GL_UNSIGNED_INT_2_10_10_10_REV; in getTypeFromInternalFormat()
505 colorConversionMap[GL_UNSIGNED_INT_2_10_10_10_REV] = &convertUInt_2_10_10_10_rev; in generateTextureData()
1251 if (testType == GL_UNSIGNED_INT_2_10_10_10_REV) in iterate()
1496 if (type == GL_UNSIGNED_INT_2_10_10_10_REV) in prepareColoringProgramSources()
1559 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGBA, EXT_texture_type_2_10_10_10_REV), in getESTestData()
1560 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB10_A2, EXT_texture_type_2_10_10_10_REV), in getESTestData()
1561 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB5_A1, EXT_texture_type_2_10_10_10_REV), in getESTestData()
1562 TF(GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB, EXT_texture_type_2_10_10_10_REV), in getESTestData()
1611 TF(GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB10_A2UI), in getESTestData()
[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 …]
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp48 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture1DArray()
159 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture2DArray()
278 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTextureBuffer()
373 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture1D()
483 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture2D()
577 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture2D()
663 if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) ) in CreateGLTexture3D()
1242 …else if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) || … in CreateGLTexture2DMultisample()
1503 …else if ( (glType == GL_UNSIGNED_INT_2_10_10_10_REV) || (glType == GL_UNSIGNED_INT_10_10_10_2) || … in CreateGLTexture2DArrayMultisample()
1868 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.cpp207 case GL_UNSIGNED_INT_2_10_10_10_REV: in BGR10_A2_ANGLEX_to_B10G10R10A2_UNORM()
2311 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_A2_to_R10G10B10A2_UNORM()
2323 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_A2UI_to_R10G10B10A2_UINT()
2337 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_A2_SINT_ANGLEX_to_R10G10B10A2_SINT()
2351 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_A2_SNORM_ANGLEX_to_R10G10B10A2_SNORM()
2387 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_UNORM_ANGLEX_to_R10G10B10A2_UNORM()
2399 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB10_UNORM_ANGLEX_to_R10G10B10X2_UNORM()
2679 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB5_A1_to_A1R5G5B5_UNORM()
2695 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB5_A1_to_B5G5R5A1_UNORM()
2711 case GL_UNSIGNED_INT_2_10_10_10_REV: in RGB5_A1_to_R5G5B5A1_UNORM()
[all …]
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp58 …{GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, 4, GL_RGBA, GL_BGRA, GL_UNSIGNED_INT_2_10_10_10_REV
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp752 if(format == GL_RGBA && type == GL_UNSIGNED_INT_2_10_10_10_REV) in ValidateReadPixelsFormatType()
826 case GL_UNSIGNED_INT_2_10_10_10_REV: in ValidateTextureFormatType()
986 case GL_UNSIGNED_INT_2_10_10_10_REV: VALIDATE_INTERNALFORMAT(GL_RGB10_A2, GL_RGB5_A1) in ValidateTextureFormatType()
1002 case GL_UNSIGNED_INT_2_10_10_10_REV: VALIDATE_INTERNALFORMAT(GL_RGB10_A2UI) in ValidateTextureFormatType()
1169 case GL_UNSIGNED_INT_2_10_10_10_REV: in GetTypeSize()
1299 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/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/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/angle/src/common/
DPackedEnums.h490 if (from == GL_UNSIGNED_INT_2_10_10_10_REV)
511 return GL_UNSIGNED_INT_2_10_10_10_REV; in ToGLenum()
530 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, UnsignedInt2101010, GL_UNSIGNED_INT_2_10_10_10_REV);
/external/swiftshader/src/OpenGL/common/
DImage.cpp160 case GL_UNSIGNED_INT_2_10_10_10_REV: return GL_RGB10_A2; in GetSizedInternalFormat()
175 case GL_UNSIGNED_INT_2_10_10_10_REV: return GL_RGB10_A2UI; in GetSizedInternalFormat()
480 case GL_UNSIGNED_INT_2_10_10_10_REV: return 4; in ComputePixelSize()
1346 case GL_UNSIGNED_INT_2_10_10_10_REV: in loadImageData()
1393 case GL_UNSIGNED_INT_2_10_10_10_REV: in loadImageData()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp86 case GL_UNSIGNED_INT_2_10_10_10_REV: in mapGLFloatVertexAttributeType()

1234