Home | History | Annotate | Download | only in debug

Lines Matching full:textures

237     GrGLvoid deleteTextures(GrGLsizei n, const GrGLuint* textures) override {
245 if (textures[j] == pTU->getTexture()->getID()) {
263 textures[i] == frameBuffer->getColor()->getID()) {
267 textures[i] == frameBuffer->getDepth()->getID()) {
271 textures[i] == frameBuffer->getStencil()->getID()) {
279 GrTextureObj *buffer = FIND(textures[i], GrTextureObj, kTexture_ObjTypes);
757 // we used to use this to query stuff about externally created textures,