HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_components_in_format (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.h 47 _mesa_components_in_format( GLenum format );
texstore.c 329 const GLint components = _mesa_components_in_format(logicalBaseFormat);
380 GLint texComponents = _mesa_components_in_format(textureBaseFormat);
381 GLint logComponents = _mesa_components_in_format(logicalBaseFormat);
440 const GLint components = _mesa_components_in_format(logicalBaseFormat);
489 GLint texComponents = _mesa_components_in_format(textureBaseFormat);
490 GLint logComponents = _mesa_components_in_format(logicalBaseFormat);
569 const GLint components = _mesa_components_in_format(logicalBaseFormat);
620 GLint texComponents = _mesa_components_in_format(textureBaseFormat);
621 GLint logComponents = _mesa_components_in_format(logicalBaseFormat);
862 GLint srcComponents = _mesa_components_in_format(srcFormat)
    [all...]
glformats.c 167 _mesa_components_in_format(GLenum format) function
226 GLint comps = _mesa_components_in_format(format);
    [all...]
pack.c     [all...]
teximage.c 1053 const GLint components = _mesa_components_in_format(format);
    [all...]
  /external/mesa3d/src/mesa/main/
glformats.h 47 _mesa_components_in_format( GLenum format );
texstore.c 329 const GLint components = _mesa_components_in_format(logicalBaseFormat);
380 GLint texComponents = _mesa_components_in_format(textureBaseFormat);
381 GLint logComponents = _mesa_components_in_format(logicalBaseFormat);
440 const GLint components = _mesa_components_in_format(logicalBaseFormat);
489 GLint texComponents = _mesa_components_in_format(textureBaseFormat);
490 GLint logComponents = _mesa_components_in_format(logicalBaseFormat);
569 const GLint components = _mesa_components_in_format(logicalBaseFormat);
620 GLint texComponents = _mesa_components_in_format(textureBaseFormat);
621 GLint logComponents = _mesa_components_in_format(logicalBaseFormat);
862 GLint srcComponents = _mesa_components_in_format(srcFormat)
    [all...]
glformats.c 167 _mesa_components_in_format(GLenum format) function
226 GLint comps = _mesa_components_in_format(format);
    [all...]
pack.c     [all...]
teximage.c 1053 const GLint components = _mesa_components_in_format(format);
    [all...]

Completed in 552 milliseconds