Searched defs:gl_type (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/glsl/
H A Dglsl_types.cpp48 glsl_type::glsl_type(GLenum gl_type, argument
51 gl_type(gl_type),
66 glsl_type::glsl_type(GLenum gl_type, argument
69 gl_type(gl_type),
377 this->gl_type = array->gl_type;
H A Dglsl_types.h77 GLenum gl_type; member in struct:glsl_type
481 glsl_type(GLenum gl_type,
486 glsl_type(GLenum gl_type,
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py333 class gl_type( gl_item ): class in inherits: gl_item
790 return gl_type(element, context)
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2320 GLenum gl_type = GL_NONE; local
2402 gl_type = GL_FLOAT;
2408 gl_type = native_integers ? GL_UNSIGNED_INT : GL_FLOAT;
2417 gl_type = native_integers ? GL_INT : GL_FLOAT;
2426 gl_type = native_integers ? GL_BOOL : GL_FLOAT;
2442 gl_type,
2976 values, element_type->gl_type);

Completed in 909 milliseconds