HomeSort by relevance Sort by last modified time
    Searched refs:detachTexture (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.h 49 void detachTexture(GLuint texture);
State.h 136 void detachTexture(GLuint texture);
State.cpp 630 void State::detachTexture(GLuint texture)
661 mReadFramebuffer->detachTexture(texture);
666 mDrawFramebuffer->detachTexture(texture);
    [all...]
Context.h 245 void detachTexture(GLuint texture);
Context.cpp 335 detachTexture(texture);
    [all...]
Framebuffer.cpp 212 void Framebuffer::detachTexture(GLuint textureId)

Completed in 291 milliseconds