Lines Matching refs:AttributeArray

890 class AttributeArray  class
893 AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context);
894 ~AttributeArray (void);
933 AttributeArray::AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context) in AttributeArray() function in deqp::gls::__anond14e03d00111::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::subdata (DrawTestSpec::Target target, int offset, int size, const char* ptr) in subdata()
1014 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputTyp… in setupArray()
1029 void AttributeArray::bindAttribute (deUint32 loc) in bindAttribute()
1124 void AttributeArray::bindIndexArray (DrawTestSpec::Target target) in bindIndexArray()
1140 …DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1146 … genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1152 …eateProgramDeclaration (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1159 …::DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in DrawTestShaderProgram()
1274 …rogram::genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in genVertexSource()
1510 …reateProgramDeclaration (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) in createProgramDeclaration()
1839 AttributeArray* getArray (int i);
1846 …nt indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray);
1854 std::vector<AttributeArray*>m_arrays;
1892 AttributeArray* AttributePack::getArray (int i) in getArray()
1904 m_arrays.push_back(new AttributeArray(storage, m_ctx)); in newArray()
1909 for (std::vector<AttributeArray*>::iterator itr = m_arrays.begin(); itr != m_arrays.end(); itr++) in clearArrays()
1925 …int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) in render()
3343 de::UniquePtr<AttributeArray> glArray (new AttributeArray(spec.indexStorage, *m_glesContext)); in iterate()
3344 de::UniquePtr<AttributeArray> rrArray (new AttributeArray(spec.indexStorage, *m_refContext)); in iterate()