Searched refs:numElements_ (Results 1 - 4 of 4) sorted by relevance
/external/deqp/framework/opengl/ |
H A D | gluDrawUtil.hpp | 122 VertexArrayPointer (VertexComponentType componentType_, VertexComponentConversion convert_, int numComponents_, int numElements_, int stride_, const void* data_) argument 126 , numElements (numElements_) 166 PrimitiveList (PrimitiveType type_, int numElements_) argument 168 , numElements (numElements_) 174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_) argument 176 , numElements (numElements_)
|
H A D | gluDrawUtil.cpp | 55 int numElements_, 62 , numElements (numElements_) 51 VertexAttributeDescriptor(int location_, VertexComponentType componentType_, VertexComponentConversion convert_, int numComponents_, int numElements_, int stride_, const void* pointer_) argument
|
/external/deqp/framework/delibs/decpp/ |
H A D | deAppendList.cpp | 62 SharedState (deUint32 numThreads, deUint32 numElements_, deUint32 numElementsHint) argument 63 : numElements (numElements_)
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fTransformFeedbackTests.cpp | 157 DrawCall (int numElements_, bool tfEnabled_) argument 158 : numElements (numElements_)
|
Completed in 108 milliseconds