/external/mesa3d/src/glx/ |
D | compsize.c | 47 case GL_UNSIGNED_SHORT_5_6_5: in __glElementsPerGroup() 107 case GL_UNSIGNED_SHORT_5_6_5: in __glBytesPerElement()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 41 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()
|
D | texcompress_cpal.c | 55 { 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/ |
D | es2pTextureFormatTests.cpp | 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
D | es2pTextureCountTests.cpp | 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
D | es2pTextureFilteringTests.cpp | 57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 928 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()
|
D | intel_tex_image.c | 119 return (format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5); in check_pbo_format()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_screen.c | 928 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()
|
D | intel_tex_image.c | 119 return (format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5); in check_pbo_format()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 928 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()
|
D | intel_tex_image.c | 119 return (format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5); in check_pbo_format()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeBufferApiTests.cpp | 193 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()
|
D | es2fFboCompletenessTests.cpp | 57 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5)
|
D | es2fTextureUnitTests.cpp | 86 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/ |
D | nouveau_screen.c | 59 { GL_RGB , GL_UNSIGNED_SHORT_5_6_5 }, in nouveau_get_configs()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 47 case GL_UNSIGNED_SHORT_5_6_5: in gl_format_and_type_to_mesa_format()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 47 case GL_UNSIGNED_SHORT_5_6_5: in gl_format_and_type_to_mesa_format()
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | dri_screen.c | 177 configs_r5g6b5 = driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, in dri_fill_in_modes()
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri_screen.c | 177 configs_r5g6b5 = driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, in dri_fill_in_modes()
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
D | dri_screen.c | 177 configs_r5g6b5 = driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, in dri_fill_in_modes()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | utils.c | 264 case GL_UNSIGNED_SHORT_5_6_5: in driCreateConfigs()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 64 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5),
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1105 …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/ |
D | gluTextureUtil.cpp | 103 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()
|