HomeSort by relevance Sort by last modified time
    Searched refs:m_arrays (Results 1 - 7 of 7) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 35 for(std::map<GLenum,ArrayData>::iterator it = m_arrays.begin(); it != m_arrays.end();it++) {
50 m_arrays[m_current].data = new GLfloat[size];
51 m_arrays[m_current].type = GL_FLOAT;
53 m_arrays[m_current].data = new GLshort[size];
54 m_arrays[m_current].type = GL_SHORT;
56 m_arrays[m_current].stride = 0;
57 m_arrays[m_current].allocated = true;
61 m_arrays[m_current].type = type;
62 m_arrays[m_current].data = data
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
sglrReferenceContext.hpp 436 std::vector<VertexAttribArray> m_arrays; member in class:sglr::rc::VertexArray
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 506 return m_arrays.at(i);
762 for (std::vector<ContextArray*>::iterator itr = m_arrays.begin(); itr != m_arrays.end(); itr++)
770 return (int)m_arrays.size();
775 m_arrays.push_back(new ContextArray(storage, m_ctx));
1177 m_program = new ContextShaderProgram(m_renderCtx, m_arrays);
1205 for (int arrayNdx = 0; arrayNdx < (int)m_arrays.size(); arrayNdx++)
1207 if (m_arrays[arrayNdx]->isBound())
1210 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx();
    [all...]
glsDrawTest.cpp     [all...]
glsVertexArrayTests.hpp 231 std::vector<ContextArray*> m_arrays; member in class:deqp::gls::ContextArrayPack
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 112 std::map<GLenum,ArrayData> m_arrays; member in class:GLESConversionArrays

Completed in 661 milliseconds