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

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

Completed in 1241 milliseconds