Home
last modified time | relevance | path

Searched refs:vertexAttribIPointer (Results 1 – 25 of 46) sorted by relevance

12

/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl315 dst->vertexAttribIPointer = src.vertexAttribIPointer;
DgluDrawUtil.cpp416 gl.vertexAttribIPointer(va.location, va.numComponents, compTypeGL, va.stride, va.pointer); in setVertexAttribPointer()
/external/deqp/external/openglcts/modules/gl/
Dgl3cClipDistance.hpp425 m_gl.vertexAttribIPointer(location, number_of_components, GL_FLOAT, 0, NULL); in useAsShaderInput()
Dgl4cDirectStateAccessVertexArraysTests.cpp512 …gl.vertexAttribIPointer(i, 1, GL_INT, static_cast<glw::GLsizei>(sizeof(glw::GLint) * m_max_attribu… in PrepareVAO()
1054 gl.vertexAttribIPointer(gl.getAttribLocation(m_po, "a"), 1, GL_INT, 0, NULL); in PrepareVAO()
2826 gl.vertexAttribIPointer(0, 1, GL_INT, sizeof(glw::GLint) * 2, NULL); in PrepareVAO()
2829 …gl.vertexAttribIPointer(1, 1, GL_INT, sizeof(glw::GLint) * 2, glu::BufferOffsetAsPointer(1 * sizeo… in PrepareVAO()
3782 gl.vertexAttribIPointer(1, 2, GL_SHORT, 2, glu::BufferOffsetAsPointer(2 * sizeof(glw::GLchar))); in PrepareVAO()
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl248 gl->vertexAttribIPointer = &glVertexAttribIPointer;
DglwInitES31Direct.inl315 gl->vertexAttribIPointer = &glVertexAttribIPointer;
DglwInitES32Direct.inl359 gl->vertexAttribIPointer = &glVertexAttribIPointer;
DglwInitES30.inl248 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
DglwInitGL30.inl288 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
DglwInitGL31.inl300 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
DglwInitES31.inl315 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
DglwInitGL32.inl318 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
DglwFunctions.inl886 glVertexAttribIPointerFunc vertexAttribIPointer; variable
DglwInitES32.inl359 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
DglwInitGL33.inl338 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp159 …virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const…
DsglrContext.hpp147 …virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const voi…
DsglrReferenceContext.hpp710 …virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const vo…
DsglrGLContext.cpp661 void GLContext::vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const vo… in vertexAttribIPointer() function in sglr::GLContext
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderMaxPatchVertices.cpp464 gl.vertexAttribIPointer(1, /* index */ in initVertexBufferObjects()
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp182 … fFunctions.fVertexAttribIPointer = bind_to_member(this, &GrGLTestInterface::vertexAttribIPointer); in GrGLTestInterface()
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp183 … fFunctions.fVertexAttribIPointer = bind_to_member(this, &GrGLTestInterface::vertexAttribIPointer); in GrGLTestInterface()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1132 …else if (scalarType == glu::TYPE_INT) gl.vertexAttribIPointer (loc, numComponents, GL_INT, m_input… in runTest()
1133 …else if (scalarType == glu::TYPE_UINT) gl.vertexAttribIPointer (loc, numComponents, GL_UNSIGNED_IN… in runTest()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp575 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)(… in glBind()
610 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m… in glBind()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp1205 gl.vertexAttribIPointer(m_position_location, m_n_vector_components, GL_INT, 0, 0); in initializeBufferObjectData()

12