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

  /external/chromium_org/third_party/angle/src/libGLESv2/
VertexArray.cpp 10 #include "libGLESv2/VertexArray.h"
16 VertexArray::VertexArray(rx::Renderer *renderer, GLuint id)
21 VertexArray::~VertexArray()
30 void VertexArray::detachBuffer(GLuint bufferName)
46 const VertexAttribute& VertexArray::getVertexAttribute(unsigned int attributeIndex) const
52 void VertexArray::setVertexAttribDivisor(GLuint index, GLuint divisor)
58 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState)
64 void VertexArray::setAttributeState(unsigned int attributeIndex, gl::Buffer *boundBuffer, GLint size, GLenum type
    [all...]
VertexArray.h 29 class VertexArray : public RefCountObject
32 VertexArray(rx::Renderer *renderer, GLuint id);
33 ~VertexArray();
  /external/deqp/modules/glshared/
glsRandomShaderCase.hpp 44 class VertexArray
47 VertexArray (const rsg::ShaderInput* input, int numVertices);
48 ~VertexArray (void) {}
103 std::vector<VertexArray> m_vertexArrays;
glsRandomShaderCase.cpp 74 VertexArray::VertexArray (const rsg::ShaderInput* input, int numVertices)
154 VertexArray vtxArray(input, numVertices);
427 for (vector<VertexArray>::const_iterator attribIter = m_vertexArrays.begin(); attribIter != m_vertexArrays.end(); attribIter++)
  /frameworks/native/services/surfaceflinger/RenderEngine/
Mesh.h 36 * VertexArray handles the stride automatically.
39 class VertexArray {
43 VertexArray(float* data, size_t stride) : mData(data), mStride(stride) { }
54 VertexArray<TYPE> getPositionArray() { return VertexArray<TYPE>(getPositions(), mStride); }
57 VertexArray<TYPE> getTexCoordArray() { return VertexArray<TYPE>(getTexCoords(), mStride); }
  /external/deqp/framework/opengl/
gluObjectWrapper.hpp 134 typedef TypedObjectWrapper<OBJECTTYPE_VERTEX_ARRAY> VertexArray;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 402 class VertexArray : public NamedObject
432 VertexArray (deUint32 name, int maxVertexAttribs);
433 ~VertexArray (void) {}
774 void deleteVertexArray (rc::VertexArray* vertexArray);
    [all...]

Completed in 553 milliseconds