• Home
  • Raw
  • Download

Lines Matching refs:AttributeArray

890 class AttributeArray  class
893 AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context);
894 ~AttributeArray (void);
932 AttributeArray::AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context) in AttributeArray() function in deqp::gls::__anon6c59820f0111::AttributeArray
957 AttributeArray::~AttributeArray (void) in ~AttributeArray()
970 void AttributeArray::data (DrawTestSpec::Target target, size_t size, const char* ptr, DrawTestSpec:… in data()
995 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputTyp… in setupArray()
1010 void AttributeArray::bindAttribute (deUint32 loc) in bindAttribute()
1105 void AttributeArray::bindIndexArray (DrawTestSpec::Target target) in bindIndexArray()
1121 …DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1127 … genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1133 …eateProgramDeclaration (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1140 …::DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in DrawTestShaderProgram()
1255 …rogram::genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in genVertexSource()
1491 …reateProgramDeclaration (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in createProgramDeclaration()
1755 AttributeArray* getArray (int i);
1762 …nt indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray);
1770 std::vector<AttributeArray*>m_arrays;
1808 AttributeArray* AttributePack::getArray (int i) in getArray()
1820 m_arrays.push_back(new AttributeArray(storage, m_ctx)); in newArray()
1825 for (std::vector<AttributeArray*>::iterator itr = m_arrays.begin(); itr != m_arrays.end(); itr++) in clearArrays()
1841 …int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) in render()
3259 de::UniquePtr<AttributeArray> glArray (new AttributeArray(spec.indexStorage, *m_glesContext)); in iterate()
3260 de::UniquePtr<AttributeArray> rrArray (new AttributeArray(spec.indexStorage, *m_refContext)); in iterate()