Home
last modified time | relevance | path

Searched refs:vertexAttribLFormat (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_4_autogen.h148 void vertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); \
DContext_gl.cpp2787 void Context::vertexAttribLFormat(GLuint attribindex, in vertexAttribLFormat() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl895 glVertexAttribLFormatFunc vertexAttribLFormat; variable
DglwInitGL44.inl532 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLForma…
DglwInitGL43.inl523 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLForma…
DglwInitGL45.inl642 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLForma…
DglwInitGL46.inl646 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLForma…
DglwInitExtGL.inl921 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLFormat");
DglwImpl.inl7124 gl->vertexAttribLFormat(attribindex, size, type, relativeoffset);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp735 ASSIGN("glVertexAttribLFormat", vertexAttribLFormat); in initProcsDesktopGL()
1791 ASSIGN("glVertexAttribLFormat", vertexAttribLFormat); in initProcsDesktopGL()
3523 vertexAttribLFormat = &glVertexAttribLFormatNULL; in initProcsDesktopGLNULL()
4578 vertexAttribLFormat = &glVertexAttribLFormatNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h603 PFNGLVERTEXATTRIBLFORMATPROC vertexAttribLFormat = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl895 gl->vertexAttribLFormat = glVertexAttribLFormat;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp5464 context->vertexAttribLFormat(attribindex, size, type, relativeoffset); in GL_VertexAttribLFormat()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl6478 m_gl.vertexAttribLFormat(attribindex, size, type, relativeoffset);