Home
last modified time | relevance | path

Searched refs:bindFragDataLocation (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp28 … fFunctions.fBindFragDataLocation = bind_to_member(this, &GrGLTestInterface::bindFragDataLocation); in GrGLTestInterface()
DGrGLTestInterface.h29 …virtual GrGLvoid bindFragDataLocation(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name… in bindFragDataLocation() function
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp28 … fFunctions.fBindFragDataLocation = bind_to_member(this, &GrGLTestInterface::bindFragDataLocation); in GrGLTestInterface()
DGrGLTestInterface.h29 …virtual GrGLvoid bindFragDataLocation(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name… in bindFragDataLocation() function
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL30.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL32.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwFunctions.inl19 glBindFragDataLocationFunc bindFragDataLocation; variable
DglwInitGL33.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL40.inl16 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL42.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL41.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL43.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL44.inl19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL45.inl19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL46.inl19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwImpl.inl116 gl->bindFragDataLocation(program, color, name);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl19 gl->bindFragDataLocation = glBindFragDataLocation;
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp19369 gl.bindFragDataLocation(program.m_id, m_goten_location, "goten"); in test()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl102 m_gl.bindFragDataLocation(program, color, name);