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

  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac.cc 90 : texture_target_(texture_target),
94 DCHECK(texture_target_ == GL_TEXTURE_RECTANGLE_ARB)
141 texture_target_, textures_[RGBA_OUTPUT], 0);
145 glBindTexture(texture_target_, src_texture);
147 texture_target_, src_subrect.size() == dst_size ? GL_NEAREST : GL_LINEAR,
159 glBindTexture(texture_target_, 0);
204 texture_target_, textures_[Y_PLANE_OUTPUT], 0);
206 texture_target_, textures_[UUVV_INTERMEDIATE], 0);
213 glBindTexture(texture_target_, src_texture);
215 texture_target_, src_subrect.size() == dst_size ? GL_NEAREST : GL_LINEAR
    [all...]
compositing_iosurface_transformer_mac.h 106 const GLenum texture_target_; member in class:content::CompositingIOSurfaceTransformer
  /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/
gpu_video_decode_accelerator.h 92 uint32 texture_target_; member in class:content::GpuVideoDecodeAccelerator
gpu_video_decode_accelerator.cc 62 texture_target_(0) {
108 texture_target_ = texture_target;
247 if (info->target() != texture_target_) {
255 if (texture_target_ != GL_TEXTURE_EXTERNAL_OES) {
257 info->GetLevelSize(texture_target_, 0, &width, &height);
  /external/chromium_org/media/base/
video_frame.cc 107 frame->texture_target_ = texture_target;
335 texture_target_(0),
425 return texture_target_;
video_frame.h 279 uint32 texture_target_; member in class:media::VideoFrame

Completed in 300 milliseconds