Home
last modified time | relevance | path

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

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