Home
last modified time | relevance | path

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

123

/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"…
DglwInitGL31.inl300 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
DglwInitGL30.inl288 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
DglwFunctions.inl886 glVertexAttribIPointerFunc vertexAttribIPointer; variable
DglwInitES31.inl315 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
DglwInitGL32.inl318 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…
/external/angle/src/libANGLE/
DContext_gles_3_0_autogen.h160 void vertexAttribIPointer(GLuint index, GLint size, VertexAttribType typePacked, \
/external/angle/src/libANGLE/renderer/gl/
DContextGL.cpp388 functions->vertexAttribIPointer(attribIndex, attrib.format->channelCount, in updateAttributesForBaseInstance()
420 functions->vertexAttribIPointer(static_cast<GLuint>(attribIndex), in resetUpdatedAttributes()
DDispatchTableGL_autogen.cpp1187 ASSIGN("glVertexAttribIPointerEXT", vertexAttribIPointer); in initProcsDesktopGL()
1514 ASSIGN("glVertexAttribIPointer", vertexAttribIPointer); in initProcsDesktopGL()
2526 ASSIGN("glVertexAttribIPointer", vertexAttribIPointer); in initProcsGLES()
3974 vertexAttribIPointer = &glVertexAttribIPointerNULL; in initProcsDesktopGLNULL()
4301 vertexAttribIPointer = &glVertexAttribIPointerNULL; in initProcsDesktopGLNULL()
5312 vertexAttribIPointer = &glVertexAttribIPointerNULL; in initProcsGLESNULL()
DVertexArrayGL.cpp706 functions->vertexAttribIPointer(attribIndex, format.channelCount, in callVertexAttribPointer()
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderMaxPatchVertices.cpp464 gl.vertexAttribIPointer(1, /* index */ in initVertexBufferObjects()
/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/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp1205 gl.vertexAttribIPointer(m_position_location, m_n_vector_components, GL_INT, 0, 0); in initializeBufferObjectData()
/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()

123