Home
last modified time | relevance | path

Searched defs:isProgram (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h182 PFNGLISPROGRAMPROC isProgram = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl426 glIsProgramFunc isProgram; variable
/external/angle/src/libANGLE/
DContext.cpp6951 GLboolean Context::isProgram(ShaderProgramID program) const in isProgram() function in gl::Context