Home
last modified time | relevance | path

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

/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/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp1023 ASSIGN("glBindFragDataLocationEXT", bindFragDataLocation); in initProcsDesktopGL()
1435 ASSIGN("glBindFragDataLocation", bindFragDataLocation); in initProcsDesktopGL()
1938 ASSIGN("glBindFragDataLocationEXT", bindFragDataLocation); in initProcsGLES()
3810 bindFragDataLocation = &glBindFragDataLocationNULL; in initProcsDesktopGLNULL()
4222 bindFragDataLocation = &glBindFragDataLocationNULL; in initProcsDesktopGLNULL()
4724 bindFragDataLocation = &glBindFragDataLocationNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h261 PFNGLBINDFRAGDATALOCATIONPROC bindFragDataLocation = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL30.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwFunctions.inl19 glBindFragDataLocationFunc bindFragDataLocation; variable
DglwInitGL32.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL33.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL40.inl16 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL41.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL42.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL44.inl19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL43.inl17 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/angle/src/libANGLE/
DContext_gles_ext_autogen.h109 void bindFragDataLocation(ShaderProgramID programPacked, GLuint color, const GLchar *name); \
DContext.cpp7024 void Context::bindFragDataLocation(ShaderProgramID program, GLuint colorNumber, const char *name) in bindFragDataLocation() function in gl::Context
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl19 gl->bindFragDataLocation = glBindFragDataLocation;
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp150 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocation()
/external/angle/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp98 context->bindFragDataLocation( in ReplayCall()
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3648 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocationEXT()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp19953 gl.bindFragDataLocation(program.m_id, m_goten_location, "goten"); in test()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl102 m_gl.bindFragDataLocation(program, color, name);