Home
last modified time | relevance | path

Searched refs:GL_LUMINANCE_INTEGER_EXT (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/glx/
Dcompsize.c100 case GL_LUMINANCE_INTEGER_EXT: in __glElementsPerGroup()
/external/mesa3d/src/mesa/main/
Dglformats.c154 case GL_LUMINANCE_INTEGER_EXT: in get_map_idx()
384 case GL_LUMINANCE_INTEGER_EXT: in _mesa_components_in_format()
615 case GL_LUMINANCE_INTEGER_EXT: in _mesa_is_enum_format_unsized()
792 case GL_LUMINANCE_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1153 case GL_LUMINANCE_INTEGER_EXT: in _mesa_is_color_format()
1477 case GL_LUMINANCE_INTEGER_EXT: in _mesa_unpack_format_to_base_format()
1523 return GL_LUMINANCE_INTEGER_EXT; in _mesa_base_format_to_integer_format()
2176 case GL_LUMINANCE_INTEGER_EXT: in _mesa_error_check_format_and_type()
3376 case GL_LUMINANCE_INTEGER_EXT: in get_swizzle_from_gl_format()
Dformats.c1852 return format == GL_LUMINANCE_INTEGER_EXT && type == GL_UNSIGNED_BYTE; in _mesa_format_matches_format_and_type()
1854 return format == GL_LUMINANCE_INTEGER_EXT && type == GL_UNSIGNED_SHORT && in _mesa_format_matches_format_and_type()
1857 return format == GL_LUMINANCE_INTEGER_EXT && type == GL_UNSIGNED_INT && in _mesa_format_matches_format_and_type()
1860 return format == GL_LUMINANCE_INTEGER_EXT && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1862 return format == GL_LUMINANCE_INTEGER_EXT && type == GL_SHORT && in _mesa_format_matches_format_and_type()
1865 return format == GL_LUMINANCE_INTEGER_EXT && type == GL_INT && !swapBytes; in _mesa_format_matches_format_and_type()
Dtexstorage.c253 case GL_LUMINANCE_INTEGER_EXT: in _mesa_is_legal_tex_storage_format()
Dpack.c1468 assert(dst_format == GL_LUMINANCE_INTEGER_EXT || in _mesa_pack_luminance_from_rgba_integer()
1487 case GL_LUMINANCE_INTEGER_EXT: in _mesa_pack_luminance_from_rgba_integer()
Dframebuffer.c764 case GL_LUMINANCE_INTEGER_EXT: in renderbuffer_exists()
Dtexgetimage.c410 case GL_LUMINANCE_INTEGER_EXT: in _mesa_base_pack_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1744 { GL_LUMINANCE_INTEGER_EXT,
/external/swiftshader/include/GL/
Dglext.h7415 #define GL_LUMINANCE_INTEGER_EXT 0x8D9C macro
/external/mesa3d/include/GL/
Dglext.h8150 #define GL_LUMINANCE_INTEGER_EXT 0x8D9C macro