| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.cpp | 1012 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()
|
| D | DispatchTableGL_autogen.h | 261 PFNGLBINDFRAGDATALOCATIONPROC bindFragDataLocation = nullptr; variable
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwInitGL31.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
| D | glwInitGL30.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
| D | glwInitGL32.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
| D | glwFunctions.inl | 19 glBindFragDataLocationFunc bindFragDataLocation; variable
|
| D | glwInitGL33.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
| D | glwInitGL40.inl | 16 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
| D | glwInitGL42.inl | 17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
| D | glwInitGL41.inl | 17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
| D | glwInitGL43.inl | 17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
| D | glwInitGL44.inl | 19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
| D | glwInitGL45.inl | 19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
| D | glwInitGL46.inl | 19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
| D | glwImpl.inl | 116 gl->bindFragDataLocation(program, color, name);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context_gles_ext_autogen.h | 68 void bindFragDataLocation(ShaderProgramID programPacked, GLuint color, const GLchar *name); \
|
| D | Context.cpp | 7138 void Context::bindFragDataLocation(ShaderProgramID program, GLuint colorNumber, const char *name) in bindFragDataLocation() function in gl::Context
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| D | tcuNullRenderContextInitFuncs.inl | 19 gl->bindFragDataLocation = glBindFragDataLocation;
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_3_autogen.cpp | 157 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocation()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | frame_capture_replay_autogen.cpp | 98 context->bindFragDataLocation( in ReplayCall()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_ext_autogen.cpp | 3950 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocationEXT()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cEnhancedLayoutsTests.cpp | 19950 gl.bindFragDataLocation(program.m_id, m_goten_location, "goten"); in test()
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluCallLogWrapper.inl | 102 m_gl.bindFragDataLocation(program, color, name);
|