Lines Matching refs:ContextArray
383 ContextArray::ContextArray(Storage storage, sglr::Context &context) in ContextArray() function in deqp::gls::ContextArray
406 ContextArray::~ContextArray(void) in ~ContextArray()
424 void ContextArray::data(Target target, int size, const char *ptr, Usage usage) in data()
449 void ContextArray::subdata(Target target, int offset, int size, const char *ptr) in subdata()
467 void ContextArray::bind(int attribNdx, int offset, int size, InputType inputType, OutputType outTyp… in bind()
480 void ContextArray::bindIndexArray(Array::Target target) in bindIndexArray()
491 void ContextArray::glBind(uint32_t loc) in glBind()
573 GLenum ContextArray::targetToGL(Array::Target target) in targetToGL()
583 GLenum ContextArray::usageToGL(Array::Usage usage) in usageToGL()
603 GLenum ContextArray::inputTypeToGL(Array::InputType type) in inputTypeToGL()
624 std::string ContextArray::outputTypeToGLType(Array::OutputType type) in outputTypeToGLType()
647 GLenum ContextArray::primitiveToGL(Array::Primitive primitive) in primitiveToGL()
670 for (std::vector<ContextArray *>::iterator itr = m_arrays.begin(); itr != m_arrays.end(); itr++) in ~ContextArrayPack()
683 m_arrays.push_back(new ContextArray(storage, m_ctx)); in newArray()
689 ContextShaderProgram(const glu::RenderContext &ctx, const std::vector<ContextArray *> &arrays);
696 …::string genVertexSource(const glu::RenderContext &ctx, const std::vector<ContextArray *> &arrays);
702 … const std::vector<ContextArray *> &arrays);
708 …ram::ContextShaderProgram(const glu::RenderContext &ctx, const std::vector<ContextArray *> &arrays) in ContextShaderProgram()
844 const std::vector<ContextArray *> &arrays) in genVertexSource()
883 …vertexShaderTmpl << "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOu… in genVertexSource()
1079 const glu::RenderContext &ctx, const std::vector<ContextArray *> &arrays) in createProgramDeclaration()
1147 … m_ctx.drawArrays(ContextArray::primitiveToGL(primitive), firstVertex, vertexCount - firstVertex); in render()