Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_SHORT_5_6_5 (Results 1 – 25 of 62) sorted by relevance

123

/external/mesa3d/src/glx/
Dcompsize.c47 case GL_UNSIGNED_SHORT_5_6_5: in __glElementsPerGroup()
107 case GL_UNSIGNED_SHORT_5_6_5: in __glBytesPerElement()
/external/mesa3d/src/mesa/main/
Dglformats.c41 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_type_is_packed()
134 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_sizeof_packed_type()
253 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_bytes_per_pixel()
429 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_is_type_unsigned()
1037 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_error_check_format_and_type()
1175 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_error_check_format_and_type()
1307 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_error_check_format_and_type()
Dtexcompress_cpal.c55 { GL_PALETTE4_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 16, 2 },
60 { GL_PALETTE8_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 256, 2 },
/external/deqp/modules/gles2/performance/
Des2pTextureFormatTests.cpp60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
Des2pTextureCountTests.cpp60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
Des2pTextureFilteringTests.cpp57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c928 fb_type[0] = GL_UNSIGNED_SHORT_5_6_5; in intel_screen_make_configs()
948 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) { in intel_screen_make_configs()
973 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) { in intel_screen_make_configs()
1013 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) { in intel_screen_make_configs()
Dintel_tex_image.c119 return (format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5); in check_pbo_format()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_screen.c928 fb_type[0] = GL_UNSIGNED_SHORT_5_6_5; in intel_screen_make_configs()
948 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) { in intel_screen_make_configs()
973 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) { in intel_screen_make_configs()
1013 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) { in intel_screen_make_configs()
Dintel_tex_image.c119 return (format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5); in check_pbo_format()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c928 fb_type[0] = GL_UNSIGNED_SHORT_5_6_5; in intel_screen_make_configs()
948 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) { in intel_screen_make_configs()
973 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) { in intel_screen_make_configs()
1013 if (fb_type[i] == GL_UNSIGNED_SHORT_5_6_5) { in intel_screen_make_configs()
Dintel_tex_image.c119 return (format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5); in check_pbo_format()
/external/deqp/modules/gles2/functional/
Des2fNegativeBufferApiTests.cpp193 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in init()
195 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in init()
Des2fFboCompletenessTests.cpp57 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5)
Des2fTextureUnitTests.cpp86 GL_UNSIGNED_SHORT_5_6_5,
659 if (params.dataType == GL_UNSIGNED_SHORT_5_6_5) in init()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c59 { GL_RGB , GL_UNSIGNED_SHORT_5_6_5 }, in nouveau_get_configs()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c47 case GL_UNSIGNED_SHORT_5_6_5: in gl_format_and_type_to_mesa_format()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c47 case GL_UNSIGNED_SHORT_5_6_5: in gl_format_and_type_to_mesa_format()
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_screen.c177 configs_r5g6b5 = driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, in dri_fill_in_modes()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_screen.c177 configs_r5g6b5 = driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, in dri_fill_in_modes()
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_screen.c177 configs_r5g6b5 = driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, in dri_fill_in_modes()
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c264 case GL_UNSIGNED_SHORT_5_6_5: in driCreateConfigs()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp64 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5),
/external/deqp/modules/egl/
DteglImageFormatTests.cpp1105 …reateTexture(prefix + "rgb565", EGL_GL_TEXTURE_2D_KHR, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in addCreateTexture2DActions()
1311 case GL_UNSIGNED_SHORT_5_6_5: in isCompatibleFormats()
1506 …gb565", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL_RGB, GL_UNSIGNED_SHORT_5_6_5))); in addModifyActions()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp103 case TextureFormat::UNORM_SHORT_565: type = GL_UNSIGNED_SHORT_5_6_5; break; in getTransferFormat()
412 case GL_UNSIGNED_SHORT_5_6_5: return TextureFormat::UNORM_SHORT_565; in mapGLChannelType()

123