Home
last modified time | relevance | path

Searched refs:ValidateGenTextures (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DvalidationES2_autogen.h164 bool ValidateGenTextures(const Context *context, GLsizei n, const TextureID *texturesPacked);
DvalidationES2.cpp5498 bool ValidateGenTextures(const Context *context, GLint n, const TextureID *textures) in ValidateGenTextures() function
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1360 (context->skipValidation() || ValidateGenTextures(context, n, texturesPacked)); in GL_GenTextures()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp7403 (context->skipValidation() || ValidateGenTextures(context, n, texturesPacked)); in GL_GenTextures()