Home
last modified time | relevance | path

Searched refs:driGLFormatToSizedInternalGLFormat (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h324 driGLFormatToSizedInternalGLFormat(mesa_format format);
Ddri_util.c1029 driGLFormatToSizedInternalGLFormat(mesa_format format) in driGLFormatToSizedInternalGLFormat() function
/external/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c488 stimg->internalformat = driGLFormatToSizedInternalGLFormat(mesa_format); in dri_get_egl_image()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c658 internal_format = driGLFormatToSizedInternalGLFormat(image->format); in intel_image_target_texture()