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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 192 public void setClearsOutput(boolean clears) {
193 if (!setShaderClearsOutput(clears)) {
194 throw new RuntimeException("Could not set clears-output flag to " + clears + "!");
273 private native boolean setShaderClearsOutput(boolean clears);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 90 void setClearsContext(bool clears) { m_clearsContext = clears; setNeedsCommit(); }
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h 90 jboolean clears);
jni_shader_program.cpp 181 jboolean clears) {
184 program->SetClearsOutput(ToCppBool(clears));
  /external/oprofile/events/i386/nehalem/
unit_masks 279 0x02 mem_order Counts the number of machine clears due to memory order conflicts
322 0x02 bad_target Counts number of Branch Address Calculator clears (BACLEAR) asserted due to conditional branch instructions in which there was a target hit but the direction was wrong
324 0x01 early Counts early (normal) Branch Prediction Unit clears: BPU predicted a taken branch after incorrectly assuming that it was not taken
325 0x02 late Counts late Branch Prediction Unit clears due to Most Recently Used conflicts
326 0x03 any Counts all BPU clears
events 98 event:0xE8 counters:0,1,2,3 um:bpu_clears minimum:6000 name:BPU_CLEARS : Counts Branch Prediction Unit clears.
  /external/v8/test/mjsunit/
debug-referenced-by.js 68 // This clears the reference (in function context).
unicode-test.js     [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 346 void SetClearsOutput(bool clears);
shader_program.cpp 598 void ShaderProgram::SetClearsOutput(bool clears) {
599 clears_ = clears;
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 25 0x01 early Early Branch Prediction Unit clears
26 0x02 late Late Branch Prediction Unit clears
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 649 * property for later use, clears the form, and toggles the appropriate state.
  /external/oprofile/utils/
opcontrol 149 --reset clears out data from current session
    [all...]
  /external/v8/src/
d8.js     [all...]
  /gdk/build/core/
definitions.mk 87 # Rationale: Clears/undefines all variables in argument list
236 # Rationale: clears the list of defined modules known by the build system
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 685 (** [clear_metadata i kind] clears the metadata of kind [kind] in the
    [all...]
  /ndk/build/core/
definitions.mk 119 # Rationale: Clears/undefines all variables in argument list
420 # Rationale: clears the list of defined modules known by the build system
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1452 milliseconds