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

  /external/chromium_org/gpu/command_buffer/service/
context_state.cc 111 const TextureUnit& texture_unit = texture_units[unit]; local
112 GLuint service_id_2d = Get2dServiceId(texture_unit);
113 GLuint service_id_cube = GetCubeServiceId(texture_unit);
114 GLuint service_id_oes = GetOesServiceId(texture_unit);
115 GLuint service_id_arb = GetArbServiceId(texture_unit);
188 const TextureUnit& texture_unit = texture_units[active_texture_unit]; local
190 glBindTexture(target, GetServiceId(texture_unit, target));
gles2_cmd_decoder.cc 6234 TextureUnit& texture_unit = state_.texture_units[texture_unit_index]; local
6283 TextureUnit& texture_unit = state_.texture_units[texture_unit_index]; local
6333 TextureUnit& texture_unit = state_.texture_units[texture_unit_index]; local
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 404 void SetBaseTextureUnit(GLuint texture_unit) {
405 base_texture_unit_ = texture_unit;

Completed in 130 milliseconds