• Home
  • Raw
  • Download

Lines Matching refs:AttributeArray

891 class AttributeArray  class
894 AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context);
895 ~AttributeArray (void);
933 AttributeArray::AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context) in AttributeArray() function in deqp::gls::__anon43398ad90111::AttributeArray
958 AttributeArray::~AttributeArray (void) in ~AttributeArray()
971 void AttributeArray::data (DrawTestSpec::Target target, size_t size, const char* ptr, DrawTestSpec:… in data()
996 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputTyp… in setupArray()
1011 void AttributeArray::bindAttribute (deUint32 loc) in bindAttribute()
1106 void AttributeArray::bindIndexArray (DrawTestSpec::Target target) in bindIndexArray()
1122 …DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1128 … genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1134 …eateProgramDeclaration (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1141 …::DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in DrawTestShaderProgram()
1256 …rogram::genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in genVertexSource()
1492 …reateProgramDeclaration (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in createProgramDeclaration()
1756 AttributeArray* getArray (int i);
1763 …nt indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray);
1771 std::vector<AttributeArray*>m_arrays;
1809 AttributeArray* AttributePack::getArray (int i) in getArray()
1821 m_arrays.push_back(new AttributeArray(storage, m_ctx)); in newArray()
1826 for (std::vector<AttributeArray*>::iterator itr = m_arrays.begin(); itr != m_arrays.end(); itr++) in clearArrays()
1842 …int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) in render()
3274 de::UniquePtr<AttributeArray> glArray (new AttributeArray(spec.indexStorage, *m_glesContext)); in iterate()
3275 de::UniquePtr<AttributeArray> rrArray (new AttributeArray(spec.indexStorage, *m_refContext)); in iterate()