/external/angle/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 324 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()
|
D | DispatchTableGL_autogen.cpp | 63 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()
|
D | DispatchTableGL_autogen.h | 378 PFNGLBINDFRAGDATALOCATIONINDEXEDPROC bindFragDataLocationIndexed = nullptr; variable
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 29 …indFragDataLocationIndexed = bind_to_member(this, &GrGLTestInterface::bindFragDataLocationIndexed); in GrGLTestInterface()
|
D | GrGLTestInterface.h | 30 …virtual GrGLvoid bindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint inde… in bindFragDataLocationIndexed() function
|
/external/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 110 void bindFragDataLocationIndexed(ShaderProgramID programPacked, GLuint colorNumber, \
|
D | Context.cpp | 7014 void Context::bindFragDataLocationIndexed(ShaderProgramID program, in bindFragDataLocationIndexed() function in gl::Context 7026 bindFragDataLocationIndexed(program, colorNumber, 0u, name); in bindFragDataLocation()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 20 glBindFragDataLocationIndexedFunc bindFragDataLocationIndexed; variable
|
D | glwInitGL33.inl | 16 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDa…
|
D | glwInitGL40.inl | 17 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDa…
|
D | glwInitGL41.inl | 18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFragDa…
|
D | glwInitGL42.inl | 18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
|
D | glwInitGL44.inl | 20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
|
D | glwInitGL43.inl | 18 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
|
D | glwInitGL45.inl | 20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
|
D | glwInitGL46.inl | 20 gl->bindFragDataLocationIndexed = (glBindFragDataLocationIndexedFunc) loader->get("glBindFr…
|
D | glwImpl.inl | 124 gl->bindFragDataLocationIndexed(program, colorNumber, index, name);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 20 gl->bindFragDataLocationIndexed = glBindFragDataLocationIndexed;
|
/external/angle/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 3174 context->bindFragDataLocationIndexed(programPacked, colorNumber, index, name); in GL_BindFragDataLocationIndexed()
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_replay_autogen.cpp | 106 context->bindFragDataLocationIndexed( in ReplayCall()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 3677 context->bindFragDataLocationIndexed(programPacked, colorNumber, index, name); in GL_BindFragDataLocationIndexedEXT()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 109 m_gl.bindFragDataLocationIndexed(program, colorNumber, index, name);
|