Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp1012 ASSIGN("glBindFragDataLocationEXT", bindFragDataLocation); in initProcsDesktopGL()
1424 ASSIGN("glBindFragDataLocation", bindFragDataLocation); in initProcsDesktopGL()
1927 ASSIGN("glBindFragDataLocationEXT", bindFragDataLocation); in initProcsGLES()
3799 bindFragDataLocation = &glBindFragDataLocationNULL; in initProcsDesktopGLNULL()
4211 bindFragDataLocation = &glBindFragDataLocationNULL; in initProcsDesktopGLNULL()
4713 bindFragDataLocation = &glBindFragDataLocationNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h261 PFNGLBINDFRAGDATALOCATIONPROC bindFragDataLocation = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitGL31.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL30.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL32.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwFunctions.inl19 glBindFragDataLocationFunc bindFragDataLocation; variable
DglwInitGL33.inl15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL40.inl16 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL42.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL41.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
DglwInitGL43.inl17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
DglwInitGL44.inl19 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);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_ext_autogen.h68 void bindFragDataLocation(ShaderProgramID programPacked, GLuint color, const GLchar *name); \
DContext.cpp7138 void Context::bindFragDataLocation(ShaderProgramID program, GLuint colorNumber, const char *name) in bindFragDataLocation() function in gl::Context
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl19 gl->bindFragDataLocation = glBindFragDataLocation;
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp157 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp98 context->bindFragDataLocation( in ReplayCall()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3950 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocationEXT()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp19950 gl.bindFragDataLocation(program.m_id, m_goten_location, "goten"); in test()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl102 m_gl.bindFragDataLocation(program, color, name);