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 108 const TextureUnit& texture_unit = texture_units[unit]; local
109 GLuint service_id_2d = Get2dServiceId(texture_unit);
110 GLuint service_id_cube = GetCubeServiceId(texture_unit);
111 GLuint service_id_oes = GetOesServiceId(texture_unit);
112 GLuint service_id_arb = GetArbServiceId(texture_unit);
187 const TextureUnit& texture_unit = texture_units[active_texture_unit]; local
189 glBindTexture(target, GetServiceId(texture_unit, target));
gles2_cmd_decoder.cc 6037 TextureUnit& texture_unit = state_.texture_units[texture_unit_index]; local
6086 TextureUnit& texture_unit = state_.texture_units[texture_unit_index]; local
6136 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 63 milliseconds