Searched refs:vertexAttribLFormat (Results 1 – 14 of 14) sorted by relevance
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 148 void vertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); \
|
D | Context_gl.cpp | 2787 void Context::vertexAttribLFormat(GLuint attribindex, in vertexAttribLFormat() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 895 glVertexAttribLFormatFunc vertexAttribLFormat; variable
|
D | glwInitGL44.inl | 532 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLForma…
|
D | glwInitGL43.inl | 523 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLForma…
|
D | glwInitGL45.inl | 642 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLForma…
|
D | glwInitGL46.inl | 646 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLForma…
|
D | glwInitExtGL.inl | 921 gl->vertexAttribLFormat = (glVertexAttribLFormatFunc) loader->get("glVertexAttribLFormat");
|
D | glwImpl.inl | 7124 gl->vertexAttribLFormat(attribindex, size, type, relativeoffset);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 735 ASSIGN("glVertexAttribLFormat", vertexAttribLFormat); in initProcsDesktopGL() 1791 ASSIGN("glVertexAttribLFormat", vertexAttribLFormat); in initProcsDesktopGL() 3523 vertexAttribLFormat = &glVertexAttribLFormatNULL; in initProcsDesktopGLNULL() 4578 vertexAttribLFormat = &glVertexAttribLFormatNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 603 PFNGLVERTEXATTRIBLFORMATPROC vertexAttribLFormat = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 895 gl->vertexAttribLFormat = glVertexAttribLFormat;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 5464 context->vertexAttribLFormat(attribindex, size, type, relativeoffset); in GL_VertexAttribLFormat()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 6478 m_gl.vertexAttribLFormat(attribindex, size, type, relativeoffset);
|