Searched refs:areTexturesResident (Results 1 – 3 of 3) sorted by relevance
14 GLboolean areTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences); \
1889 GLboolean Context::areTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) in areTexturesResident() function in gl::Context
46 returnValue = context->areTexturesResident(n, textures, residences); in AreTexturesResident()