Searched refs:indices_ (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/video_render/ios/ |
D | open_gles20.h | 59 static const char indices_[]; variable
|
D | open_gles20.mm | 24 const char OpenGles20::indices_[] = {0, 3, 2, 0, 2, 1}; 161 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices_);
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_) in PrimitiveList() 178 , indices (indices_) in PrimitiveList()
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | StaticSymmetry.h | 31 template<typename indices_, int flags_> 34 typedef indices_ indices;
|