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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TextureUnitPropertyAccessor.java 26 * {@link GLStateType#ACTIVE_TEXTURE_UNIT} property.
39 GLStateType.ACTIVE_TEXTURE_UNIT);
TexturePropertyAccessor.java 26 * texture unit ({@link GLStateType#ACTIVE_TEXTURE_UNIT}), and then identifying the texture
StateTransformFactory.java     [all...]
  /external/chromium_org/gpu/command_buffer/service/
context_state.cc 95 : active_texture_unit(0),
174 glActiveTexture(GL_TEXTURE0 + active_texture_unit);
187 DCHECK_LT(active_texture_unit, texture_units.size());
188 const TextureUnit& texture_unit = texture_units[active_texture_unit];
context_state.h 180 GLuint active_texture_unit; member in struct:gpu::gles2::ContextState
gles2_cmd_decoder_unittest_context_state.cc 98 state->active_texture_unit = active_unit;
gles2_cmd_decoder.cc     [all...]
texture_manager.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 167 arrays->active_texture_unit = 0;
    [all...]
indirect_vertex_array_priv.h 264 unsigned active_texture_unit; member in struct:array_state_vector
  /external/mesa3d/src/glx/
indirect_vertex_array.c 167 arrays->active_texture_unit = 0;
    [all...]
indirect_vertex_array_priv.h 264 unsigned active_texture_unit; member in struct:array_state_vector
  /external/chromium_org/content/common/gpu/
stream_texture_android.cc 132 state->texture_units[state->active_texture_unit];
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 114 ACTIVE_TEXTURE_UNIT("Active Texture Unit"),
GLState.java 250 IGLProperty activeTexture = new GLIntegerProperty(GLStateType.ACTIVE_TEXTURE_UNIT,

Completed in 180 milliseconds