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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FusedNode.py 348 if specialized_type.is_buffer:
495 elif specialized_type.is_buffer or specialized_type.is_memoryviewslice:
Buffer.py 52 if entry.type.is_buffer]
PyrexTypes.py 165 # is_buffer boolean Is buffer access type
222 is_buffer = 0 variable in class:PyrexType
804 # is_buffer bool
807 is_buffer = 1 variable in class:BufferType
847 if other_type.is_buffer:
854 if not other_type.is_buffer:
    [all...]
Nodes.py 485 if base_type.is_ptr or base_type.is_array or base_type.is_buffer:
    [all...]
ModuleNode.py     [all...]
ExprNodes.py     [all...]
Symtab.py 411 if type.is_buffer and not isinstance(self, LocalScope): # and not is_type:
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeStateApiTests.cpp 601 ES2F_ADD_API_CASE(is_buffer, "Invalid glIsBuffer() usage",
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp     [all...]

Completed in 3465 milliseconds