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

  /external/swiftshader/src/OpenGL/libGL/
Renderbuffer.cpp 38 void RenderbufferInterface::releaseProxy(const Renderbuffer *proxy)
91 void RenderbufferTexture2D::releaseProxy(const Renderbuffer *proxy)
93 mTexture2D->releaseProxy(proxy);
147 void RenderbufferTextureCubeMap::releaseProxy(const Renderbuffer *proxy)
149 mTextureCubeMap->releaseProxy(proxy);
208 mInstance->releaseProxy(this);
Texture.cpp 308 void Texture2D::releaseProxy(const Renderbuffer *proxy)
675 void TextureCubeMap::releaseProxy(const Renderbuffer *proxy)
  /external/swiftshader/src/OpenGL/libGLES_CM/
Renderbuffer.cpp 38 void RenderbufferInterface::releaseProxy(const Renderbuffer *proxy)
91 void RenderbufferTexture2D::releaseProxy(const Renderbuffer *proxy)
93 mTexture2D->releaseProxy(proxy);
159 mInstance->releaseProxy(this);
Texture.cpp 351 void Texture2D::releaseProxy(const Renderbuffer *proxy)
  /external/swiftshader/src/OpenGL/libGLESv2/
Renderbuffer.cpp 40 void RenderbufferInterface::releaseProxy(const Renderbuffer *proxy)
93 void RenderbufferTexture2D::releaseProxy(const Renderbuffer *proxy)
95 mTexture2D->releaseProxy(proxy);
156 void RenderbufferTexture2DRect::releaseProxy(const Renderbuffer *proxy)
158 mTexture2DRect->releaseProxy(proxy);
219 void RenderbufferTexture3D::releaseProxy(const Renderbuffer *proxy)
221 mTexture3D->releaseProxy(proxy);
287 void RenderbufferTextureCubeMap::releaseProxy(const Renderbuffer *proxy)
289 mTextureCubeMap->releaseProxy(proxy);
355 mInstance->releaseProxy(this)
    [all...]
Texture.cpp 459 void Texture2D::releaseProxy(const Renderbuffer *proxy)
933 void TextureCubeMap::releaseProxy(const Renderbuffer *proxy)
1445 void Texture3D::releaseProxy(const Renderbuffer *proxy)
    [all...]

Completed in 217 milliseconds