Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h382 PFNGLGETFRAGDATAINDEXPROC getFragDataIndex = nullptr; variable
/external/angle/src/libANGLE/
DProgramExecutable.cpp2275 GLint ProgramExecutable::getFragDataIndex(const std::string &name) const in getFragDataIndex() function in gl::ProgramExecutable
DContext.cpp7417 int Context::getFragDataIndex(ShaderProgramID program, const char *name) in getFragDataIndex() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl273 glGetFragDataIndexFunc getFragDataIndex; variable