• Home
  • Raw
  • Download

Lines Matching refs:AttributeArray

879 class AttributeArray  class
882 AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context);
883 ~AttributeArray (void);
921 AttributeArray::AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context) in AttributeArray() function in deqp::gls::__anon9b8d5bd00111::AttributeArray
946 AttributeArray::~AttributeArray (void) in ~AttributeArray()
959 void AttributeArray::data (DrawTestSpec::Target target, size_t size, const char* ptr, DrawTestSpec:… in data()
984 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputTyp… in setupArray()
999 void AttributeArray::bindAttribute (deUint32 loc) in bindAttribute()
1094 void AttributeArray::bindIndexArray (DrawTestSpec::Target target) in bindIndexArray()
1110 …DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1116 … genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1122 …eateProgramDeclaration (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1129 …::DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in DrawTestShaderProgram()
1244 …rogram::genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in genVertexSource()
1480 …reateProgramDeclaration (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in createProgramDeclaration()
1744 AttributeArray* getArray (int i);
1751 …nt indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray);
1759 std::vector<AttributeArray*>m_arrays;
1797 AttributeArray* AttributePack::getArray (int i) in getArray()
1809 m_arrays.push_back(new AttributeArray(storage, m_ctx)); in newArray()
1814 for (std::vector<AttributeArray*>::iterator itr = m_arrays.begin(); itr != m_arrays.end(); itr++) in clearArrays()
1830 …int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) in render()
3263 de::UniquePtr<AttributeArray> glArray (new AttributeArray(spec.indexStorage, *m_glesContext)); in iterate()
3264 de::UniquePtr<AttributeArray> rrArray (new AttributeArray(spec.indexStorage, *m_refContext)); in iterate()