/external/skia/src/gpu/gl/ |
GrGLVertexArray.cpp | 134 GR_GL_CALL(gpu->glInterface(), VertexAttribIPointer(index,
|
GrGLAssembleInterface.cpp | 255 GET_PROC(VertexAttribIPointer); 625 GET_PROC(VertexAttribIPointer);
|
GrGLTestInterface.cpp | 177 fFunctions.fVertexAttribIPointer = bind_to_member(this, &GrGLTestInterface::vertexAttribIPointer);
|
/external/skqp/src/gpu/gl/ |
GrGLVertexArray.cpp | 134 GR_GL_CALL(gpu->glInterface(), VertexAttribIPointer(index,
|
GrGLAssembleInterface.cpp | 255 GET_PROC(VertexAttribIPointer); 757 GET_PROC(VertexAttribIPointer); [all...] |
/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 315 dst->vertexAttribIPointer = src.vertexAttribIPointer;
|
gluDrawUtil.cpp | 416 gl.vertexAttribIPointer(va.location, va.numComponents, compTypeGL, va.stride, va.pointer);
|
/external/mesa3d/src/mapi/glapi/gen/ |
EXT_gpu_shader4.xml | 159 <function name="VertexAttribIPointerEXT" alias="VertexAttribIPointer">
|
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.hpp | 159 virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer);
|
sglrContext.hpp | 147 virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer) = DE_NULL;
|
/external/deqp/framework/opengl/wrapper/ |
glwFunctions.inl | [all...] |
glwInitES30Direct.inl | 248 gl->vertexAttribIPointer = &glVertexAttribIPointer;
|
glwInitES30.inl | 248 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
|
glwInitES31Direct.inl | 315 gl->vertexAttribIPointer = &glVertexAttribIPointer;
|
glwInitES32Direct.inl | 359 gl->vertexAttribIPointer = &glVertexAttribIPointer;
|
glwInitGL30.inl | 288 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
|
glwInitES31.inl | 315 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
|
glwInitES32.inl | 359 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer"); [all...] |
glwInitGL31.inl | 300 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
|
glwInitGL32.inl | 318 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
|
glwInitGL33.inl | 338 gl->vertexAttribIPointer = (glVertexAttribIPointerFunc) loader->get("glVertexAttribIPointer");
|
/external/deqp/external/openglcts/modules/gl/ |
gl3cClipDistance.hpp | 425 m_gl.vertexAttribIPointer(location, number_of_components, GL_FLOAT, 0, NULL);
|
/external/skia/tools/gpu/atlastext/ |
GLTestAtlasTextRenderer.cpp | 368 callgl(VertexAttribIPointer, 2, 2, GR_GL_UNSIGNED_SHORT, sizeof(SDFVertex),
|
/external/skqp/tools/gpu/atlastext/ |
GLTestAtlasTextRenderer.cpp | 368 callgl(VertexAttribIPointer, 2, 2, GR_GL_UNSIGNED_SHORT, sizeof(SDFVertex),
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
esextcTessellationShaderMaxPatchVertices.cpp | 464 gl.vertexAttribIPointer(1, /* index */
|