HomeSort by relevance Sort by last modified time
    Searched defs:vertexAttribute (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.h 368 class VertexAttribute
371 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(nullptr), mArrayEnabled(false)
416 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS];
496 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS];
583 const VertexAttribute &getVertexAttribState(unsigned int attribNum);
821 VertexAttribute clientAttribute[MAX_VERTEX_ATTRIBS];
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 148 class VertexAttribute
151 VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mStride(0), mPointer(nullptr), mArrayEnabled(false)
196 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS];
286 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS];
430 const VertexAttribute &getVertexAttribState(unsigned int attribNum);
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 191 class VertexAttribute
194 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mDivisor(0), mPointer(nullptr), mArrayEnabled(false)
326 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS];
418 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS];
524 const VertexAttribute &getVertexAttribState(unsigned int attribNum) const;

Completed in 136 milliseconds