Searched refs:bindFragDataLocation (Results 1 – 20 of 20) sorted by relevance
/external/skia/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/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/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 | 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);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 19 gl->bindFragDataLocation = glBindFragDataLocation;
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 19369 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);
|