Searched refs:bindFragDataLocationIndexed (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp28 fFunctions.fBindFragDataLocationIndexed = bind_to_member(this, &GrGLTestInterface::bindFragDataLocationIndexed);
H A DGrGLTestInterface.h29 virtual GrGLvoid bindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint index, const GrGLchar * name) {} function in class:GrGLTestInterface
/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl20 glBindFragDataLocationIndexedFunc bindFragDataLocationIndexed;
H A DglwInitGL33.inl16 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDataLocationIndexed");
H A DglwInitGL40.inl17 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDataLocationIndexed");
H A DglwInitGL41.inl18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDataLocationIndexed");
H A DglwInitGL42.inl18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDataLocationIndexed");
H A DglwInitGL43.inl18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDataLocationIndexed");
H A DglwInitGL44.inl20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDataLocationIndexed");
H A DglwInitGL45.inl20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDataLocationIndexed");
H A DglwInitGL46.inl20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDataLocationIndexed");
H A DglwImpl.inl124 gl->bindFragDataLocationIndexed(program, colorNumber, index, name);
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.cpp28 fFunctions.fBindFragDataLocationIndexed = bind_to_member(this, &GrGLTestInterface::bindFragDataLocationIndexed);
H A DGrGLTestInterface.h29 virtual GrGLvoid bindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint index, const GrGLchar * name) {} function in class:GrGLTestInterface
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl20 gl->bindFragDataLocationIndexed = glBindFragDataLocationIndexed;
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl109 m_gl.bindFragDataLocationIndexed(program, colorNumber, index, name);

Completed in 219 milliseconds