HomeSort by relevance Sort by last modified time
    Searched refs:gl_type (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_common.py 42 class glx_proto_type(gl_XML.gl_type):
44 gl_XML.gl_type.__init__(self, element, context)
gl_XML.py 333 class gl_type( gl_item ): class in inherits: gl_item
790 return gl_type(element, context)
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py 42 class glx_proto_type(gl_XML.gl_type):
44 gl_XML.gl_type.__init__(self, element, context)
gl_XML.py 333 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/
glsl_types.cpp 48 glsl_type::glsl_type(GLenum gl_type,
51 gl_type(gl_type),
66 glsl_type::glsl_type(GLenum gl_type,
69 gl_type(gl_type),
377 this->gl_type = array->gl_type;
glsl_types.h 77 GLenum gl_type; member in struct:glsl_type
481 glsl_type(GLenum gl_type,
486 glsl_type(GLenum gl_type,
linker.cpp     [all...]
  /external/mesa3d/src/glsl/
glsl_types.cpp 48 glsl_type::glsl_type(GLenum gl_type,
51 gl_type(gl_type),
66 glsl_type::glsl_type(GLenum gl_type,
69 gl_type(gl_type),
377 this->gl_type = array->gl_type;
glsl_types.h 77 GLenum gl_type; member in struct:glsl_type
481 glsl_type(GLenum gl_type,
486 glsl_type(GLenum gl_type,
linker.cpp     [all...]
  /external/chromium_org/ui/gl/
gl_gl_api_implementation.cc 133 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/
gpu_control_list.cc 537 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
    [all...]
gpu_control_list.h 413 static GLType StringToGLType(const std::string& gl_type);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shader_query.cpp 120 *type = var->type->gl_type;
uniform_query.cpp 73 *type = uni->type->gl_type;
113 params[i] = uni->type->gl_type;
  /external/mesa3d/src/mesa/main/
shader_query.cpp 120 *type = var->type->gl_type;
uniform_query.cpp 73 *type = uni->type->gl_type;
113 params[i] = uni->type->gl_type;
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2320 GLenum gl_type = GL_NONE; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2320 GLenum gl_type = GL_NONE; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp     [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp     [all...]

Completed in 493 milliseconds