Searched refs:gl_type (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_common.py42 class glx_proto_type(gl_XML.gl_type):
44 gl_XML.gl_type.__init__(self, element, context)
H A Dgl_XML.py333 class gl_type( gl_item ): class in inherits: gl_item
790 return gl_type(element, context)
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_common.py42 class glx_proto_type(gl_XML.gl_type):
44 gl_XML.gl_type.__init__(self, element, context)
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/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,
H A Dlinker.cpp1762 this->type = output_var->type->fields.array->gl_type;
1775 this->type = output_var->type->gl_type;
/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,
H A Dlinker.cpp1762 this->type = output_var->type->fields.array->gl_type;
1775 this->type = output_var->type->gl_type;
/external/chromium_org/ui/gl/
H A Dgl_gl_api_implementation.cc133 GLenum gl_type = GetTexType(type); local
135 target, level, gl_internal_format, width, height, border, format, gl_type,
142 GLenum gl_type = GetTexType(type); local
144 target, level, xoffset, yoffset, width, height, format, gl_type, pixels);
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc537 std::string gl_type; local
538 if (value->GetString("gl_type", &gl_type)) {
539 if (!entry->SetGLType(gl_type)) {
540 LOG(WARNING) << "Malformed gl_type entry " << entry->id();
842 GLType gl_type = StringToGLType(gl_type_string); local
843 if (gl_type == kGLTypeNone)
845 gl_type_ = gl_type;
1010 GLType gl_type = kGLTypeNone; local
1014 gl_type
1063 StringToGLType( const std::string& gl_type) argument
[all...]
H A Dgpu_control_list.h413 static GLType StringToGLType(const std::string& gl_type);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshader_query.cpp120 *type = var->type->gl_type;
H A Duniform_query.cpp73 *type = uni->type->gl_type;
113 params[i] = uni->type->gl_type;
/external/mesa3d/src/mesa/main/
H A Dshader_query.cpp120 *type = var->type->gl_type;
H A Duniform_query.cpp73 *type = uni->type->gl_type;
113 params[i] = uni->type->gl_type;
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py6297 def __init__(self, name, type, gl_type):
6298 SizeArgument.__init__(self, name, gl_type)
6312 def __init__(self, name, gl_type, type, gl_error):
6313 Argument.__init__(self, name, gl_type)
6317 name = type[len(gl_type):]
7623 for gl_type in ["GLint", "GLfloat"]:
7628 """ % (class_name, gl_type, gl_type))
7637 (ndx, gl_type, item['name']))
7647 if item['type'] == gl_type
[all...]
/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);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp2409 index = _mesa_add_parameter(params, file, name, size, type->gl_type,
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp2409 index = _mesa_add_parameter(params, file, name, size, type->gl_type,

Completed in 8367 milliseconds