Home
last modified time | relevance | path

Searched refs:resetGLTextureBindings (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DTextureBindingsResetTest.cpp78 context->resetGLTextureBindings(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
97 context->resetGLTextureBindings(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
124 context->resetGLTextureBindings(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
151 context->resetGLTextureBindings(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/include/gpu/
DGrContext.h98 void resetGLTextureBindings();
/external/skia/src/gpu/
DGrContext.cpp145 void GrContext::resetGLTextureBindings() { in resetGLTextureBindings() function in GrContext