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

  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 49 texture_state_(kStateUninitialized),
67 texture_state_ = glIsTexture(texture_id) ? kStateComplete : kStateGenerated;
75 texture_state_ = kStateUnmanaged;
177 else if (texture_state_ == kStateComplete)
241 if (texture_state_ == kStateUninitialized) {
284 if (texture_state_ == kStateUninitialized) {
295 texture_state_ = kStateGenerated;
304 if (texture_state_ == kStateGenerated || TextureWasDeleted()) {
318 texture_state_ = kStateComplete;
321 return texture_state_ == kStateComplete
    [all...]
gl_frame.h 203 GLObjectState texture_state_; member in class:android::filterfw::GLFrame
  /external/chromium_org/gpu/command_buffer/service/
texture_manager.cc     [all...]
texture_manager.h 823 DecoderTextureState* texture_state_; member in class:gpu::gles2::ScopedTextureUploadTimer
gles2_cmd_decoder.cc 1815 DecoderTextureState texture_state_; member in class:gpu::gles2::GLES2DecoderImpl
    [all...]

Completed in 602 milliseconds