Home
last modified time | relevance | path

Searched defs:getAttachedShaders (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgram.h223 const ShaderMap<SharedCompiledShaderState> &getAttachedShaders() const in getAttachedShaders() function
H A DProgram.cpp1589 void Program::getAttachedShaders(GLsizei maxCount, GLsizei *count, ShaderProgramID *shaders) const in getAttachedShaders() function in gl::Program
H A DContext.cpp7013 void Context::getAttachedShaders(ShaderProgramID program, in getAttachedShaders() function in gl::Context
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h168 PFNGLGETATTACHEDSHADERSPROC getAttachedShaders = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl254 glGetAttachedShadersFunc getAttachedShaders; variable