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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 141 self._gltype = func_node.prop("gltype")
300 def __init__(self, param_node, gltype=None, size=0):
307 if gltype:
308 type = type.replace("GLtype", gltype)
309 elif type.find("GLtype") != -1:
  /external/mesa3d/src/mesa/main/
APIspec.py 141 self._gltype = func_node.prop("gltype")
300 def __init__(self, param_node, gltype=None, size=0):
307 if gltype:
308 type = type.replace("GLtype", gltype)
309 elif type.find("GLtype") != -1:
  /external/bison/
configure     [all...]
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 179 for gltype in ['GLbitfield', 'GLboolean', 'GLbyte', 'GLclampf',
183 ptrtype = gltype + '_ptr_t'
191 RemapName[ptrtype] = '%s*' % gltype
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 84 milliseconds