Home
last modified time | relevance | path

Searched refs:indices_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_render/ios/
Dopen_gles20.h59 static const char indices_[]; variable
Dopen_gles20.mm24 const char OpenGles20::indices_[] = {0, 3, 2, 0, 2, 1};
161 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices_);
/external/deqp/framework/opengl/
DgluDrawUtil.hpp174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_) in PrimitiveList()
178 , indices (indices_) in PrimitiveList()
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DStaticSymmetry.h31 template<typename indices_, int flags_>
34 typedef indices_ indices;