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

  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 88 return texture_target_;
200 GLuint texture_target_; member in class:android::filterfw::GLFrame
gl_frame.cpp 48 texture_target_(GL_TEXTURE_2D),
81 texture_target_ = GL_TEXTURE_EXTERNAL_OES;
  /external/chromium_org/content/common/gpu/media/
rendering_helper.h 32 uint32 texture_target() const { return texture_target_; }
41 uint32 texture_target_; member in class:content::VideoFrameTexture
gpu_video_decode_accelerator.cc 129 texture_target_(0),
184 texture_target_ = texture_target;
368 if (info->target() != texture_target_) {
374 if (texture_target_ == GL_TEXTURE_EXTERNAL_OES ||
375 texture_target_ == GL_TEXTURE_RECTANGLE) {
379 texture_target_,
392 info->GetLevelSize(texture_target_, 0, &width, &height);
gpu_video_decode_accelerator.h 110 uint32 texture_target_; member in class:content::GpuVideoDecodeAccelerator
video_decode_accelerator_unittest.cc 308 GLenum texture_target_; member in class:content::__anon12243::GLRenderingVDAClient
360 texture_target_(0),
436 texture_target_ = texture_target;
442 texture_target_, &texture_id, dimensions, &done);
500 new VideoFrameTexture(texture_target_,
    [all...]
rendering_helper.cc 68 : texture_target_(texture_target),

Completed in 271 milliseconds