Home
last modified time | relevance | path

Searched refs:vertexAttribIFormat (Results 1 – 21 of 21) sorted by relevance

/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl314 dst->vertexAttribIFormat = src.vertexAttribIFormat;
DgluCallLogWrapper.inl6436 m_gl.vertexAttribIFormat(attribindex, size, type, relativeoffset);
/external/angle/src/libANGLE/
DContext_gles_3_1_autogen.h128 void vertexAttribIFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \
DContext.cpp5913 void Context::vertexAttribIFormat(GLuint attribIndex, in vertexAttribIFormat() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwInitES31Direct.inl314 gl->vertexAttribIFormat = &glVertexAttribIFormat;
DglwInitES32Direct.inl358 gl->vertexAttribIFormat = &glVertexAttribIFormat;
DglwInitES31.inl314 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
DglwFunctions.inl889 glVertexAttribIFormatFunc vertexAttribIFormat; variable
DglwInitES32.inl358 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
DglwInitGL43.inl513 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIForma…
DglwInitGL44.inl522 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIForma…
DglwInitGL46.inl636 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIForma…
DglwInitGL45.inl632 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIForma…
DglwInitExtGL.inl930 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
DglwImpl.inl7076 gl->vertexAttribIFormat(attribindex, size, type, relativeoffset);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp734 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()
DVertexArrayGL.cpp774 ANGLE_GL_TRY(context, functions->vertexAttribIFormat( in updateAttribFormat()
DDispatchTableGL_autogen.h602 PFNGLVERTEXATTRIBIFORMATPROC vertexAttribIFormat = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp1507 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/
DtcuNullRenderContextInitFuncs.inl889 gl->vertexAttribIFormat = glVertexAttribIFormat;
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp2290 context->vertexAttribIFormat(attribindex, size, typePacked, relativeoffset); in GL_VertexAttribIFormat()