/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 314 dst->vertexAttribIFormat = src.vertexAttribIFormat;
|
D | gluCallLogWrapper.inl | 6436 m_gl.vertexAttribIFormat(attribindex, size, type, relativeoffset);
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 128 void vertexAttribIFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \
|
D | Context.cpp | 5913 void Context::vertexAttribIFormat(GLuint attribIndex, in vertexAttribIFormat() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 314 gl->vertexAttribIFormat = &glVertexAttribIFormat;
|
D | glwInitES32Direct.inl | 358 gl->vertexAttribIFormat = &glVertexAttribIFormat;
|
D | glwInitES31.inl | 314 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
|
D | glwFunctions.inl | 889 glVertexAttribIFormatFunc vertexAttribIFormat; variable
|
D | glwInitES32.inl | 358 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
|
D | glwInitGL43.inl | 513 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIForma…
|
D | glwInitGL44.inl | 522 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIForma…
|
D | glwInitGL46.inl | 636 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIForma…
|
D | glwInitGL45.inl | 632 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIForma…
|
D | glwInitExtGL.inl | 930 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
|
D | glwImpl.inl | 7076 gl->vertexAttribIFormat(attribindex, size, type, relativeoffset);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 734 ASSIGN("glVertexAttribIFormat", vertexAttribIFormat); in initProcsDesktopGL() 1810 ASSIGN("glVertexAttribIFormat", vertexAttribIFormat); in initProcsDesktopGL() 2613 ASSIGN("glVertexAttribIFormat", vertexAttribIFormat); in initProcsGLES() 3562 vertexAttribIFormat = &glVertexAttribIFormatNULL; in initProcsDesktopGLNULL() 4637 vertexAttribIFormat = &glVertexAttribIFormatNULL; in initProcsDesktopGLNULL() 5439 vertexAttribIFormat = &glVertexAttribIFormatNULL; in initProcsGLESNULL()
|
D | VertexArrayGL.cpp | 774 ANGLE_GL_TRY(context, functions->vertexAttribIFormat( in updateAttribFormat()
|
D | DispatchTableGL_autogen.h | 602 PFNGLVERTEXATTRIBIFORMATPROC vertexAttribIFormat = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessVertexArraysTests.cpp | 1507 gl.vertexAttribIFormat(gl.getAttribLocation(m_po, "a_0"), 1, GL_INT, 0); in PrepareVAO() 1509 gl.vertexAttribIFormat(gl.getAttribLocation(m_po, "a_1"), 1, GL_INT, 0); in PrepareVAO() 1578 gl.vertexAttribIFormat(gl.getAttribLocation(m_po, "a_2"), 1, GL_INT, 0); in PrepareVAO() 3292 gl.vertexAttribIFormat(gl.getAttribLocation(m_po, "a"), 1, GL_INT, 0); in PrepareVAO()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 889 gl->vertexAttribIFormat = glVertexAttribIFormat;
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 2290 context->vertexAttribIFormat(attribindex, size, typePacked, relativeoffset); in GL_VertexAttribIFormat()
|