Home
last modified time | relevance | path

Searched refs:bindFragDataLocationIndexed (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl20 glBindFragDataLocationIndexedFunc bindFragDataLocationIndexed; variable
DglwInitGL33.inl16 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDa…
DglwInitGL40.inl17 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDa…
DglwInitGL41.inl18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDa…
DglwInitGL42.inl18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
DglwInitGL43.inl18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
DglwInitGL44.inl20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
DglwInitGL45.inl20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
DglwImpl.inl124 gl->bindFragDataLocationIndexed(program, colorNumber, index, name);
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp28 …indFragDataLocationIndexed = bind_to_member(this, &GrGLTestInterface::bindFragDataLocationIndexed); in GrGLTestInterface()
DGrGLTestInterface.h29 …virtual GrGLvoid bindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint inde… in bindFragDataLocationIndexed() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl20 gl->bindFragDataLocationIndexed = glBindFragDataLocationIndexed;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl109 m_gl.bindFragDataLocationIndexed(program, colorNumber, index, name);