Home
last modified time | relevance | path

Searched refs:gl_type (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/glsl/
Dglsl_types.cpp48 glsl_type::glsl_type(GLenum gl_type, in glsl_type() argument
51 gl_type(gl_type), in glsl_type()
66 glsl_type::glsl_type(GLenum gl_type, in glsl_type() argument
69 gl_type(gl_type), in glsl_type()
377 this->gl_type = array->gl_type; in glsl_type()
Dglsl_types.h77 GLenum gl_type; member
481 glsl_type(GLenum gl_type,
486 glsl_type(GLenum gl_type,
Dlinker.cpp1762 this->type = output_var->type->fields.array->gl_type; in assign_location()
1775 this->type = output_var->type->gl_type; in assign_location()
/external/chromium_org/third_party/mesa/src/src/glsl/
Dglsl_types.cpp48 glsl_type::glsl_type(GLenum gl_type, in glsl_type() argument
51 gl_type(gl_type), in glsl_type()
66 glsl_type::glsl_type(GLenum gl_type, in glsl_type() argument
69 gl_type(gl_type), in glsl_type()
377 this->gl_type = array->gl_type; in glsl_type()
Dglsl_types.h77 GLenum gl_type; member
481 glsl_type(GLenum gl_type,
486 glsl_type(GLenum gl_type,
Dlinker.cpp1762 this->type = output_var->type->fields.array->gl_type; in assign_location()
1775 this->type = output_var->type->gl_type; in assign_location()
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
DglX_proto_common.py42 class glx_proto_type(gl_XML.gl_type):
44 gl_XML.gl_type.__init__(self, element, context)
Dgl_XML.py333 class gl_type( gl_item ): class
790 return gl_type(element, context)
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_common.py42 class glx_proto_type(gl_XML.gl_type):
44 gl_XML.gl_type.__init__(self, element, context)
Dgl_XML.py333 class gl_type( gl_item ): class
790 return gl_type(element, context)
/external/chromium_org/gpu/config/
Dgpu_control_list.cc572 std::string gl_type; in GetEntryFromValue() local
573 if (value->GetString("gl_type", &gl_type)) { in GetEntryFromValue()
574 if (!entry->SetGLType(gl_type)) { in GetEntryFromValue()
893 GLType gl_type = StringToGLType(gl_type_string); in SetGLType() local
894 if (gl_type == kGLTypeNone) in SetGLType()
896 gl_type_ = gl_type; in SetGLType()
1066 GLType gl_type = kGLTypeNone; in GLVersionInfoMismatch() local
1070 gl_type = kGLTypeGLES; in GLVersionInfoMismatch()
1073 gl_type = kGLTypeANGLE; in GLVersionInfoMismatch()
1077 gl_type = kGLTypeGL; in GLVersionInfoMismatch()
[all …]
Dgpu_control_list_format.txt39 // 10. "gl_type" is a string, valid values include "gl", "gles", and "angle".
40 // If "gl_version" is specified and "gl_type" is not, use the default value.
Dgpu_control_list.h444 static GLType StringToGLType(const std::string& gl_type);
/external/chromium_org/ui/gl/
Dgl_gl_api_implementation.cc133 GLenum gl_type = GetTexType(type); in CustomTexImage2D() local
135 target, level, gl_internal_format, width, height, border, format, gl_type, in CustomTexImage2D()
142 GLenum gl_type = GetTexType(type); in CustomTexSubImage2D() local
144 target, level, xoffset, yoffset, width, height, format, gl_type, pixels); in CustomTexSubImage2D()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dshader_query.cpp120 *type = var->type->gl_type; in _mesa_GetActiveAttribARB()
Duniform_query.cpp73 *type = uni->type->gl_type; in _mesa_GetActiveUniformARB()
113 params[i] = uni->type->gl_type; in _mesa_GetActiveUniformsiv()
/external/mesa3d/src/mesa/main/
Dshader_query.cpp120 *type = var->type->gl_type; in _mesa_GetActiveAttribARB()
Duniform_query.cpp73 *type = uni->type->gl_type; in _mesa_GetActiveUniformARB()
113 params[i] = uni->type->gl_type; in _mesa_GetActiveUniformsiv()
/external/chromium_org/gpu/command_buffer/
Dbuild_gles2_cmd_buffer.py6175 def __init__(self, name, type, gl_type): argument
6176 SizeArgument.__init__(self, name, gl_type)
6190 def __init__(self, name, gl_type, type, gl_error): argument
6191 Argument.__init__(self, name, gl_type)
6195 name = type[len(gl_type):]
7481 for gl_type in ["GLint", "GLfloat"]:
7486 """ % (class_name, gl_type, gl_type))
7495 (ndx, gl_type, item['name']))
7504 (gl_type, item['name']))
7513 (gl_type, capability['name']))
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2320 GLenum gl_type = GL_NONE; in visit() local
2402 gl_type = GL_FLOAT; in visit()
2408 gl_type = native_integers ? GL_UNSIGNED_INT : GL_FLOAT; in visit()
2417 gl_type = native_integers ? GL_INT : GL_FLOAT; in visit()
2426 gl_type = native_integers ? GL_BOOL : GL_FLOAT; in visit()
2442 gl_type, in visit()
2976 values, element_type->gl_type); in set_uniform_initializer()
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2320 GLenum gl_type = GL_NONE; in visit() local
2402 gl_type = GL_FLOAT; in visit()
2408 gl_type = native_integers ? GL_UNSIGNED_INT : GL_FLOAT; in visit()
2417 gl_type = native_integers ? GL_INT : GL_FLOAT; in visit()
2426 gl_type = native_integers ? GL_BOOL : GL_FLOAT; in visit()
2442 gl_type, in visit()
2976 values, element_type->gl_type); in set_uniform_initializer()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2409 index = _mesa_add_parameter(params, file, name, size, type->gl_type, in visit_field()
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dir_to_mesa.cpp2409 index = _mesa_add_parameter(params, file, name, size, type->gl_type, in visit_field()