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

  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 115 , vertexAttribs (vertexAttribs_)
125 const VertexAttrib* const vertexAttribs;
rrRenderer.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 677 rr::VertexAttrib vertexAttribs[1];
682 vertexAttribs[0].type = rr::VERTEXATTRIBTYPE_NONPURE_UNORM8;
683 vertexAttribs[0].size = 2;
684 vertexAttribs[0].pointer = texture.getRefBuffer();
692 vertexAttribs[0].type = rr::VERTEXATTRIBTYPE_NONPURE_UNORM8;
693 vertexAttribs[0].size = 2;
694 vertexAttribs[0].pointer = &(coords[0]);
700 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives);
707 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 620 milliseconds