/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | glsl_types.cpp | 48 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()
|
D | glsl_types.h | 77 GLenum gl_type; member 481 glsl_type(GLenum gl_type, 486 glsl_type(GLenum gl_type,
|
D | linker.cpp | 1762 this->type = output_var->type->fields.array->gl_type; in assign_location() 1775 this->type = output_var->type->gl_type; in assign_location()
|
/external/mesa3d/src/glsl/ |
D | glsl_types.cpp | 48 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()
|
D | glsl_types.h | 77 GLenum gl_type; member 481 glsl_type(GLenum gl_type, 486 glsl_type(GLenum gl_type,
|
D | linker.cpp | 1762 this->type = output_var->type->fields.array->gl_type; in assign_location() 1775 this->type = output_var->type->gl_type; in assign_location()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_common.py | 42 class glx_proto_type(gl_XML.gl_type): 44 gl_XML.gl_type.__init__(self, element, context)
|
D | gl_XML.py | 333 class gl_type( gl_item ): class 790 return gl_type(element, context)
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | glX_proto_common.py | 42 class glx_proto_type(gl_XML.gl_type): 44 gl_XML.gl_type.__init__(self, element, context)
|
D | gl_XML.py | 333 class gl_type( gl_item ): class 790 return gl_type(element, context)
|
/external/chromium_org/ui/gl/ |
D | gl_gl_api_implementation.cc | 106 GLenum gl_type = GetTexType(type); in CustomTexImage2D() local 108 target, level, gl_internal_format, width, height, border, format, gl_type, in CustomTexImage2D() 115 GLenum gl_type = GetTexType(type); in CustomTexSubImage2D() local 117 target, level, xoffset, yoffset, width, height, format, gl_type, pixels); in CustomTexSubImage2D()
|
/external/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 120 *type = var->type->gl_type; in _mesa_GetActiveAttribARB()
|
D | uniform_query.cpp | 73 *type = uni->type->gl_type; in _mesa_GetActiveUniformARB() 113 params[i] = uni->type->gl_type; in _mesa_GetActiveUniformsiv()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | shader_query.cpp | 120 *type = var->type->gl_type; in _mesa_GetActiveAttribARB()
|
D | uniform_query.cpp | 73 *type = uni->type->gl_type; in _mesa_GetActiveUniformARB() 113 params[i] = uni->type->gl_type; in _mesa_GetActiveUniformsiv()
|
/external/chromium_org/gpu/command_buffer/ |
D | build_gles2_cmd_buffer.py | 5925 def __init__(self, name, type, gl_type): argument 5926 SizeArgument.__init__(self, name, gl_type) 5940 def __init__(self, name, gl_type, type, gl_error): argument 5941 Argument.__init__(self, name, gl_type) 5945 name = type[len(gl_type):] 7079 for gl_type in ["GLint", "GLfloat"]: 7084 """ % (class_name, gl_type, gl_type)) 7093 (ndx, gl_type, item['name'])) 7102 (gl_type, item['name'])) 7111 (gl_type, capability['name']))
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2320 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/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2320 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/program/ |
D | ir_to_mesa.cpp | 2409 index = _mesa_add_parameter(params, file, name, size, type->gl_type, in visit_field()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2409 index = _mesa_add_parameter(params, file, name, size, type->gl_type, in visit_field()
|