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

  /external/mesa3d/src/compiler/glsl/
glsl_symbol_table.cpp 47 dest = &ibo;
72 return ibo;
80 v(v), f(0), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(0) {}
82 v(0), f(f), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(0) {}
84 v(0), f(0), t(t), ibu(0), iss(0), ibi(0), ibo(0), a(0) {}
86 v(0), f(0), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(0)
92 v(0), f(0), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(a) {}
100 const glsl_type *ibo; member in class:symbol_table_entry
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 148 VAOState(GLuint ibo, int nLoc, int nBindings) :
151 element_array_buffer_binding(ibo),
152 element_array_buffer_binding_lastEncode(ibo) { }

Completed in 400 milliseconds