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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_transform.c 57 if (ctx->state.vg.matrix_mode != VG_MATRIX_IMAGE_USER_TO_SURFACE) {
95 if (ctx->state.vg.matrix_mode != VG_MATRIX_IMAGE_USER_TO_SURFACE) {
vg_state.c 33 state->matrix_mode = VG_MATRIX_PATH_USER_TO_SURFACE;
107 switch(state->matrix_mode) {
vg_state.h 43 VGMatrixMode matrix_mode; member in struct:vg_state
api_params.c 145 state->matrix_mode = value;
584 value = state->matrix_mode;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_transform.c 57 if (ctx->state.vg.matrix_mode != VG_MATRIX_IMAGE_USER_TO_SURFACE) {
95 if (ctx->state.vg.matrix_mode != VG_MATRIX_IMAGE_USER_TO_SURFACE) {
vg_state.c 33 state->matrix_mode = VG_MATRIX_PATH_USER_TO_SURFACE;
107 switch(state->matrix_mode) {
vg_state.h 43 VGMatrixMode matrix_mode; member in struct:vg_state
api_params.c 145 state->matrix_mode = value;
584 value = state->matrix_mode;
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_autogen.h 36 ValueValidator<GLenum> matrix_mode; variable
gles2_cmd_validation_implementation_autogen.h 417 matrix_mode(valid_matrix_mode_table, arraysize(valid_matrix_mode_table)),
gles2_cmd_decoder.cc 974 void DoMatrixLoadfCHROMIUM(GLenum matrix_mode, const GLfloat* matrix);
975 void DoMatrixLoadIdentityCHROMIUM(GLenum matrix_mode);
    [all...]
gles2_cmd_decoder_autogen.h     [all...]

Completed in 152 milliseconds