/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 28 … fFunctions.fBindFragDataLocation = bind_to_member(this, &GrGLTestInterface::bindFragDataLocation); in GrGLTestInterface()
|
D | GrGLTestInterface.h | 29 …virtual GrGLvoid bindFragDataLocation(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name… in bindFragDataLocation() function
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 1023 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()
|
D | DispatchTableGL_autogen.h | 261 PFNGLBINDFRAGDATALOCATIONPROC bindFragDataLocation = nullptr; variable
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL31.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL30.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwFunctions.inl | 19 glBindFragDataLocationFunc bindFragDataLocation; variable
|
D | glwInitGL32.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL33.inl | 15 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL40.inl | 16 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL41.inl | 17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocation"…
|
D | glwInitGL42.inl | 17 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
D | glwInitGL44.inl | 19 gl->bindFragDataLocation = (glBindFragDataLocationFunc) loader->get("glBindFragDataLocat…
|
D | glwInitGL43.inl | 17 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);
|
/external/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 109 void bindFragDataLocation(ShaderProgramID programPacked, GLuint color, const GLchar *name); \
|
D | Context.cpp | 7024 void Context::bindFragDataLocation(ShaderProgramID program, GLuint colorNumber, const char *name) in bindFragDataLocation() function in gl::Context
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 19 gl->bindFragDataLocation = glBindFragDataLocation;
|
/external/angle/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 150 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocation()
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_replay_autogen.cpp | 98 context->bindFragDataLocation( in ReplayCall()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 3648 context->bindFragDataLocation(programPacked, color, name); in GL_BindFragDataLocationEXT()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 19953 gl.bindFragDataLocation(program.m_id, m_goten_location, "goten"); in test()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 102 m_gl.bindFragDataLocation(program, color, name);
|