/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 315 dst->vertexAttribIPointer = src.vertexAttribIPointer;
|
D | gluDrawUtil.cpp | 416 gl.vertexAttribIPointer(va.location, va.numComponents, compTypeGL, va.stride, va.pointer); in setVertexAttribPointer()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cClipDistance.hpp | 425 m_gl.vertexAttribIPointer(location, number_of_components, GL_FLOAT, 0, NULL); in useAsShaderInput()
|
D | gl4cDirectStateAccessVertexArraysTests.cpp | 512 …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/ |
D | glwInitES30Direct.inl | 248 gl->vertexAttribIPointer = &glVertexAttribIPointer;
|
D | glwInitES31Direct.inl | 315 gl->vertexAttribIPointer = &glVertexAttribIPointer;
|
D | glwInitES32Direct.inl | 359 gl->vertexAttribIPointer = &glVertexAttribIPointer;
|
D | glwInitES30.inl | 248 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
|
D | glwInitGL31.inl | 300 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
|
D | glwInitGL30.inl | 288 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
|
D | glwFunctions.inl | 886 glVertexAttribIPointerFunc vertexAttribIPointer; variable
|
D | glwInitES31.inl | 315 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
|
D | glwInitGL32.inl | 318 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
|
D | glwInitGL33.inl | 338 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"…
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 159 …virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const…
|
D | sglrContext.hpp | 147 …virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const voi…
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 160 void vertexAttribIPointer(GLuint index, GLint size, VertexAttribType typePacked, \
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ContextGL.cpp | 388 functions->vertexAttribIPointer(attribIndex, attrib.format->channelCount, in updateAttributesForBaseInstance() 420 functions->vertexAttribIPointer(static_cast<GLuint>(attribIndex), in resetUpdatedAttributes()
|
D | DispatchTableGL_autogen.cpp | 1187 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()
|
D | VertexArrayGL.cpp | 706 functions->vertexAttribIPointer(attribIndex, format.channelCount, in callVertexAttribPointer()
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderMaxPatchVertices.cpp | 464 gl.vertexAttribIPointer(1, /* index */ in initVertexBufferObjects()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 183 … fFunctions.fVertexAttribIPointer = bind_to_member(this, &GrGLTestInterface::vertexAttribIPointer); in GrGLTestInterface()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 1132 …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/ |
D | esextcTextureBufferOperations.cpp | 1205 gl.vertexAttribIPointer(m_position_location, m_n_vector_components, GL_INT, 0, 0); in initializeBufferObjectData()
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 575 …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()
|