Searched refs:ScopedModifyPixels (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc343 class ScopedModifyPixels { class in namespace:gpu::gles2
345 explicit ScopedModifyPixels(TextureRef* ref);
346 ~ScopedModifyPixels();
352 ScopedModifyPixels::ScopedModifyPixels(TextureRef* ref) : ref_(ref) { function in class:gpu::gles2::ScopedModifyPixels
357 ScopedModifyPixels::~ScopedModifyPixels() {
8770 ScopedModifyPixels modify(texture_ref);
8776 ScopedModifyPixels modify(texture_ref);
8884 ScopedModifyPixels modif
[all...]

Completed in 89 milliseconds