Home
last modified time | relevance | path

Searched defs:bindFragDataLocationIndexed (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h378 PFNGLBINDFRAGDATALOCATIONINDEXEDPROC bindFragDataLocationIndexed = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl20 glBindFragDataLocationIndexedFunc bindFragDataLocationIndexed; variable
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h30 …virtual GrGLvoid bindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint inde… in bindFragDataLocationIndexed() function
/external/angle/src/libANGLE/
DContext.cpp7014 void Context::bindFragDataLocationIndexed(ShaderProgramID program, in bindFragDataLocationIndexed() function in gl::Context