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

/external/chromium_org/ui/gl/
H A Dgl_gl_api_implementation.cc106 GLenum gl_type = GetTexType(type); local
108 target, level, gl_internal_format, width, height, border, format, gl_type,
115 GLenum gl_type = GetTexType(type); local
117 target, level, xoffset, yoffset, width, height, format, gl_type, pixels);
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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);
/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 886 milliseconds