HomeSort by relevance Sort by last modified time
    Searched defs:restore_context (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/gpu/config/
gpu_info_collector_android.cc 106 ScopedRestoreNonOwnedEGLContext restore_context; local
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 1015 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) {
1018 if (restore_context) {
1032 void MacroAssembler::LeaveApiExitFrame(bool restore_context) {
1036 LeaveExitFrameEpilogue(restore_context);
2214 bool restore_context = context_restore_operand != NULL; local
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 4388 bool restore_context = context_restore_operand != NULL; local
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 837 bool restore_context = context_restore_operand != NULL; local
838 if (restore_context) {
841 LeaveApiExitFrame(!restore_context);
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.cc 978 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) {
981 if (restore_context) {
995 void MacroAssembler::LeaveApiExitFrame(bool restore_context) {
999 LeaveExitFrameEpilogue(restore_context);
2176 bool restore_context = context_restore_operand != NULL; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 1158 static void restore_context(VP9_COMP *cpi, int mi_row, int mi_col, function
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 840 static void restore_context(VP9_COMP *cpi, int mi_row, int mi_col, function
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc 1869 bool restore_context = context_restore_operand != NULL; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1141 static void restore_context(VP9_COMP *cpi, int mi_row, int mi_col, function
    [all...]

Completed in 623 milliseconds