Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp324 mFunctions->bindFragDataLocationIndexed(mProgramID, 0, 0, in link()
326 mFunctions->bindFragDataLocationIndexed(mProgramID, 0, 1, in link()
350 mFunctions->bindFragDataLocationIndexed(mProgramID, 0, 0, "webgl_FragData"); in link()
351 mFunctions->bindFragDataLocationIndexed(mProgramID, 0, 1, in link()
378 mFunctions->bindFragDataLocationIndexed( in link()
401 mFunctions->bindFragDataLocationIndexed( in link()
DDispatchTableGL_autogen.cpp63 ASSIGN("glBindFragDataLocationIndexed", bindFragDataLocationIndexed); in initProcsDesktopGL()
1558 ASSIGN("glBindFragDataLocationIndexed", bindFragDataLocationIndexed); in initProcsDesktopGL()
1939 ASSIGN("glBindFragDataLocationIndexedEXT", bindFragDataLocationIndexed); in initProcsGLES()
2852 bindFragDataLocationIndexed = &glBindFragDataLocationIndexedNULL; in initProcsDesktopGLNULL()
4345 bindFragDataLocationIndexed = &glBindFragDataLocationIndexedNULL; in initProcsDesktopGLNULL()
4725 bindFragDataLocationIndexed = &glBindFragDataLocationIndexedNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h378 PFNGLBINDFRAGDATALOCATIONINDEXEDPROC bindFragDataLocationIndexed = nullptr; variable
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp29 …indFragDataLocationIndexed = bind_to_member(this, &GrGLTestInterface::bindFragDataLocationIndexed); in GrGLTestInterface()
DGrGLTestInterface.h30 …virtual GrGLvoid bindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint inde… in bindFragDataLocationIndexed() function
/external/angle/src/libANGLE/
DContext_gles_ext_autogen.h110 void bindFragDataLocationIndexed(ShaderProgramID programPacked, GLuint colorNumber, \
DContext.cpp7014 void Context::bindFragDataLocationIndexed(ShaderProgramID program, in bindFragDataLocationIndexed() function in gl::Context
7026 bindFragDataLocationIndexed(program, colorNumber, 0u, name); in bindFragDataLocation()
/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…
DglwInitGL44.inl20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
DglwInitGL43.inl18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
DglwInitGL45.inl20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
DglwInitGL46.inl20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
DglwImpl.inl124 gl->bindFragDataLocationIndexed(program, colorNumber, index, name);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl20 gl->bindFragDataLocationIndexed = glBindFragDataLocationIndexed;
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp3174 context->bindFragDataLocationIndexed(programPacked, colorNumber, index, name); in GL_BindFragDataLocationIndexed()
/external/angle/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp106 context->bindFragDataLocationIndexed( in ReplayCall()
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3677 context->bindFragDataLocationIndexed(programPacked, colorNumber, index, name); in GL_BindFragDataLocationIndexedEXT()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl109 m_gl.bindFragDataLocationIndexed(program, colorNumber, index, name);