Searched refs:invert (Results 376 - 400 of 420) sorted by last modified time

<<11121314151617

/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h734 GL_APICALL void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc915 void SampleCoverage(PP_Resource context_id, GLclampf value, GLboolean invert) { argument
918 ToGles2Impl(&enter)->SampleCoverage(value, invert);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DTrackingInputHandler.java308 mRenderData.transform.invert(canvasToImage);
348 mRenderData.transform.invert(canvasToImage);
/external/chromium_org/skia/ext/
H A Dplatform_device_mac.cc131 bool did_invert = transformation.invert(&t);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/android_testrunner/
H A Dadb_interface.py382 self._WaitForShellCommandContents("ps", name, wait_time, invert=True)
385 raise_abort=True, invert=False):
398 invert: if True, wait until the command output no longer contains the
414 if ((not invert and expected in output)
415 or (invert and expected not in output)):
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/aes/
H A Daes-x86_64.S1130 L$invert:
1142 jne L$invert
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/aes/
H A Daes-x86_64.asm1171 $L$invert::
1183 jne $L$invert
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h409 void GLES2SampleCoverage(GLclampf value, GLboolean invert) { argument
410 gles2::GetGLContext()->SampleCoverage(value, invert);
H A Dgles2_cmd_helper_autogen.h928 void SampleCoverage(GLclampf value, GLboolean invert) { argument
931 c->Init(value, invert);
H A Dgles2_implementation_autogen.h311 virtual void SampleCoverage(GLclampf value, GLboolean invert) OVERRIDE;
H A Dgles2_implementation_impl_autogen.h1109 void GLES2Implementation::SampleCoverage(GLclampf value, GLboolean invert) { argument
1112 << GLES2Util::GetStringBool(invert) << ")");
1113 helper_->SampleCoverage(value, invert);
H A Dgles2_interface_autogen.h217 virtual void SampleCoverage(GLclampf value, GLboolean invert) = 0;
H A Dgles2_interface_stub_autogen.h227 virtual void SampleCoverage(GLclampf value, GLboolean invert) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h227 virtual void SampleCoverage(GLclampf value, GLboolean invert) OVERRIDE;
H A Dgles2_trace_implementation_impl_autogen.h632 GLboolean invert) {
634 gl_->SampleCoverage(value, invert);
631 SampleCoverage(GLclampf value, GLboolean invert) argument
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h4463 invert = _invert;
4473 uint32_t invert; member in struct:SampleCoverage
4481 COMPILE_ASSERT(offsetof(SampleCoverage, invert) == 8,
H A Dgles2_cmd_format_test_autogen.h1464 EXPECT_EQ(static_cast<GLboolean>(12), cmd.invert);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1268 void DoSampleCoverage(GLclampf value, GLboolean invert);
5177 void GLES2DecoderImpl::DoSampleCoverage(GLclampf value, GLboolean invert) { argument
5179 state_.sample_coverage_invert = (invert != 0);
5180 glSampleCoverage(state_.sample_coverage_value, invert);
H A Dgles2_cmd_decoder_autogen.h1625 GLboolean invert = static_cast<GLboolean>(c.invert); local
1626 DoSampleCoverage(value, invert);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc902 void SampleCoverage(PP_Resource context_id, GLclampf value, GLboolean invert) { argument
905 glSampleCoverage(value, invert);
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h337 (GLclampf value, GLboolean invert),
338 (value, invert))
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc245 gfx::Transform invert; variable
246 CHECK(transform_.GetInverse(&invert));
247 return invert;
/external/chromium_org/ash/host/
H A Dtransformer_helper.cc33 gfx::Transform invert; variable
34 if (!transform_.GetInverse(&invert))
36 return invert;

Completed in 805 milliseconds

<<11121314151617