Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_SHORT_4_4_4_4 (Results 1 – 25 of 55) sorted by relevance

123

/external/mesa3d/src/glx/
Dcompsize.c49 case GL_UNSIGNED_SHORT_4_4_4_4: in __glElementsPerGroup()
109 case GL_UNSIGNED_SHORT_4_4_4_4: in __glBytesPerElement()
/external/mesa3d/src/mesa/main/
Dglformats.c43 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_type_is_packed()
136 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_sizeof_packed_type()
260 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_bytes_per_pixel()
427 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_is_type_unsigned()
1048 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
1222 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
1343 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
Dtexcompress_cpal.c56 { GL_PALETTE4_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 16, 2 },
61 { GL_PALETTE8_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 256, 2 },
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp1547 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
1607 …Image2DAlignCase (m_context, "2d_rgba4444_51_1", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1608 …Image2DAlignCase (m_context, "2d_rgba4444_51_2", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1609 …Image2DAlignCase (m_context, "2d_rgba4444_51_4", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1610 …Image2DAlignCase (m_context, "2d_rgba4444_51_8", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1625 …geCubeAlignCase (m_context, "cube_rgba4444_51_1", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1626 …geCubeAlignCase (m_context, "cube_rgba4444_51_2", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1627 …geCubeAlignCase (m_context, "cube_rgba4444_51_4", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1628 …geCubeAlignCase (m_context, "cube_rgba4444_51_8", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1688 …mage2DAlignCase (m_context, "2d_rgba4444_51_1", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 64, 64,… in init()
[all …]
Des2fNegativeBufferApiTests.cpp165 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in init()
197 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
199 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
Des2fFboCompletenessTests.cpp55 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4),
Des2fTextureWrapTests.cpp277 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
Des2fTextureSizeTests.cpp368 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
Des2fTextureUnitTests.cpp87 GL_UNSIGNED_SHORT_4_4_4_4,
661 …else if (params.dataType == GL_UNSIGNED_SHORT_4_4_4_4 || params.dataType == GL_UNSIGNED_SHORT_5_5_… in init()
/external/deqp/modules/gles2/performance/
Des2pTextureFormatTests.cpp61 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
Des2pTextureUploadTests.cpp518 { "rgba_ushort4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c68 case GL_UNSIGNED_SHORT_4_4_4_4: in gl_format_and_type_to_mesa_format()
Dradeon_texture.c353 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
368 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c68 case GL_UNSIGNED_SHORT_4_4_4_4: in gl_format_and_type_to_mesa_format()
Dradeon_texture.c353 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
368 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DTextureUtil.java178 dataType = GLES20.GL_UNSIGNED_SHORT_4_4_4_4; in uploadTexture()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DGdx2DPixmap.java70 return GL20.GL_UNSIGNED_SHORT_4_4_4_4; in toGlType()
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp1146 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
1446 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
1599 glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
1602 …glTexSubImage2D (GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, (const GLvoid… in init()
2077 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
2239 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
2397 glTexImage3D (GL_TEXTURE_3D, 0, GL_RGBA4, 4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
2400 …glTexSubImage3D (GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, (const … in init()
Des3fFboCompletenessTests.cpp61 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4),
Des3fTextureSizeTests.cpp368 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
Des3fNegativeBufferApiTests.cpp175 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in init()
209 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
211 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
Degl_defs.h564 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
/external/deqp/modules/egl/
DteglImageFormatTests.cpp1108 …eateTexture(prefix + "rgba4", EGL_GL_TEXTURE_2D_KHR, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in addCreateTexture2DActions()
1347 case GL_UNSIGNED_SHORT_4_4_4_4: in isCompatibleFormats()
1509 …ba4", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4))); in addModifyActions()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
DPixmap.java63 if (format == RGBA4444) return GL20.GL_UNSIGNED_SHORT_4_4_4_4; in toGlType()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp104 case TextureFormat::UNORM_SHORT_4444: type = GL_UNSIGNED_SHORT_4_4_4_4; break; in getTransferFormat()
410 case GL_UNSIGNED_SHORT_4_4_4_4: return TextureFormat::UNORM_SHORT_4444; in mapGLChannelType()

123