HomeSort by relevance Sort by last modified time
    Searched full:texture_ (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/test/gl/
gl_renderer.cc 27 glGenTextures(1, &texture_);
40 glDeleteTextures(1, &texture_);
65 glBindTexture(GL_TEXTURE_2D, texture_);
84 glBindTexture(GL_TEXTURE_2D, texture_);
gl_renderer.h 43 GLuint texture_; member in class:webrtc::test::GlRenderer
  /external/webrtc/webrtc/test/win/
d3d_renderer.cc 38 texture_(NULL),
57 texture_ = NULL;
175 texture_ = texture;
203 if (texture_->LockRect(0, &lock_rect, NULL, 0) != D3D_OK)
207 texture_->UnlockRect(0);
212 d3d_device_->SetTexture(0, texture_);
d3d_renderer.h 48 rtc::scoped_refptr<IDirect3DTexture9> texture_; member in class:webrtc::test::D3dRenderer
  /external/mesa3d/src/mesa/program/
prog_instruction.h 394 /** Source texture target, one of TEXTURE_{1D,2D,3D,CUBE,RECT}_INDEX */
ir_to_mesa.cpp 173 int tex_target; /**< One of TEXTURE_*_INDEX */
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp     [all...]
  /external/mesa3d/src/mesa/main/
texstate.c 541 * enableBits will be a mask of the TEXTURE_*_BIT flags indicating
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 221 int tex_target; /**< One of TEXTURE_*_INDEX */
    [all...]

Completed in 239 milliseconds