Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching full:textures

68 	void glDeleteTextures(GLsizei n, const GLuint* textures);
88 void glGenTextures(GLsizei n, GLuint* textures);
285 void glExtGetTexturesQCOM(GLuint* textures, GLint maxTextures, GLint* numTextures);
668 void glDeleteTextures(GLsizei n, const GLuint* textures)
672 ctx->glDeleteTextures(ctx, n, textures);
790 void glGenTextures(GLsizei n, GLuint* textures)
794 ctx->glGenTextures(ctx, n, textures);
1981 void glExtGetTexturesQCOM(GLuint* textures, GLint maxTextures, GLint* numTextures)
1984 ctx->glExtGetTexturesQCOM(ctx, textures, maxTextures, numTextures);