Searched refs:vertexAttribIPointer (Results 1 - 25 of 27) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl185 dst->vertexAttribIPointer = src.vertexAttribIPointer;
H A DgluDrawUtil.cpp416 gl.vertexAttribIPointer(va.location, va.numComponents, compTypeGL, va.stride, va.pointer);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp147 virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer) = DE_NULL;
H A DsglrGLContext.hpp159 virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer);
H A DsglrGLContext.cpp661 void GLContext::vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer) function in class:sglr::GLContext
H A DsglrReferenceContext.hpp705 virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer);
H A DsglrReferenceContext.cpp3662 void ReferenceContext::vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer)
/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl185 gl->vertexAttribIPointer = &glVertexAttribIPointer;
H A DglwFunctions.inl223 glVertexAttribIPointerFunc vertexAttribIPointer;
H A DglwInitES30.inl185 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitES31.inl185 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitGL30.inl221 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitGL31.inl221 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitGL32.inl221 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitGL33.inl221 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitGL40.inl221 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitGL41.inl221 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitGL42.inl221 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitGL43.inl221 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
H A DglwInitGL44.inl221 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl223 gl->vertexAttribIPointer = glVertexAttribIPointer;
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp1119 else if (scalarType == glu::TYPE_INT) gl.vertexAttribIPointer (loc, numComponents, GL_INT, m_inputStride, ptr);
1120 else if (scalarType == glu::TYPE_UINT) gl.vertexAttribIPointer (loc, numComponents, GL_UNSIGNED_INT, m_inputStride, ptr);
H A Des3fFragmentOutputTests.cpp734 gl.vertexAttribIPointer(loc, scalarSize, glScalarType, 0, &inputs[curInVec][0]);
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp595 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset));
630 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset);
H A DglsDrawTest.cpp1118 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + m_offset);

Completed in 121 milliseconds

12