Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_COMPONENTS (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexparam.c999 if (pname == GL_TEXTURE_COMPONENTS) in get_tex_level_parameter_image()
1146 *params = pname == GL_TEXTURE_COMPONENTS ? 1 : 0; in get_tex_level_parameter_buffer()
/external/mesa3d/include/GL/
Dgl.h659 #define GL_TEXTURE_COMPONENTS 0x1003 macro