/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_mlaa.h | 48 "DCL IN[0], GENERIC[0], PERSPECTIVE\n" 49 "DCL IN[1], GENERIC[10], PERSPECTIVE\n" 50 "DCL IN[2], GENERIC[11], PERSPECTIVE\n" 78 "DCL IN[0], GENERIC[0], PERSPECTIVE\n" 79 "DCL IN[1], GENERIC[10], PERSPECTIVE\n" 80 "DCL IN[2], GENERIC[11], PERSPECTIVE\n" 110 "DCL IN[0], GENERIC[0], PERSPECTIVE\n" 111 "DCL IN[1], GENERIC[10], PERSPECTIVE\n" 112 "DCL IN[2], GENERIC[11], PERSPECTIVE\n" 175 "DCL IN[0], GENERIC[0], PERSPECTIVE\n [all...] |
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_mlaa.h | 48 "DCL IN[0], GENERIC[0], PERSPECTIVE\n" 49 "DCL IN[1], GENERIC[10], PERSPECTIVE\n" 50 "DCL IN[2], GENERIC[11], PERSPECTIVE\n" 78 "DCL IN[0], GENERIC[0], PERSPECTIVE\n" 79 "DCL IN[1], GENERIC[10], PERSPECTIVE\n" 80 "DCL IN[2], GENERIC[11], PERSPECTIVE\n" 110 "DCL IN[0], GENERIC[0], PERSPECTIVE\n" 111 "DCL IN[1], GENERIC[10], PERSPECTIVE\n" 112 "DCL IN[2], GENERIC[11], PERSPECTIVE\n" 175 "DCL IN[0], GENERIC[0], PERSPECTIVE\n [all...] |
/external/chromium_org/mojo/examples/sample_app/ |
spinning_cube.cc | 233 void Perspective(float fov_y, float aspect, float near_z, float far_z) { 451 ESMatrix perspective; local 452 perspective.LoadIdentity(); 453 perspective.Perspective(60.0f, aspect, 1.0f, 20.0f ); 460 state_->mvp_matrix_.Multiply(&modelview, &perspective);
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_animation.mm | 17 // - Perspective and shear transformations get clipped if they are bigger 29 // Size of the perspective effect as a factor of the window width. 130 // Finally, perspective is effect is applied by shrinking the top of the window.
|
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Matrix.h | 43 // Returns a new matrix representing the perspective matrix.
|
/docs/source.android.com/src/source/ |
using-eclipse.jd | 67 <p>If you have a "Welcome" screen, close it to reveal the Java perspective.</p> 173 <p>You may need to open the Debug perspective (next to the "Java" perspective icon in the upper-right, click the small "Open Perspective" icon and select "Debug"). Once you do, you should see a list of threads; if you select one and break it (by clicking the "pause" icon), it should show the stack trace, source file, and line where execution is at. Breakpoints and whatnot should all work.</p>
|
/external/chromium_org/content/public/browser/ |
browser_url_handler.h | 19 // random web pages (because from the resource loader's perspective, these
|
/external/chromium_org/ppapi/api/ |
ppb_mouse_lock.idl | 22 * perspective 3D applications and 3D modeling software.
|
/external/chromium_org/ppapi/c/ |
ppb_mouse_lock.h | 35 * perspective 3D applications and 3D modeling software.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
interrupted-compound-transform.html | 14 -webkit-perspective: 800;
|
crash-and-no-repaint-after-wake-from-sleep.html | 22 Setting the perspective of the contents of the stage 26 -webkit-perspective: 800;
|
no-repaint-after-wake-from-sleep.html | 21 Setting the perspective of the contents of the stage 25 -webkit-perspective: 800;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSTransformValue.cpp | 55 "perspective(",
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_strings.c | 130 "PERSPECTIVE",
|
/external/chromium_org/third_party/skia/include/core/ |
SkMatrix.h | 44 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective 50 other bits may be set to true even in the case of a pure perspective 81 * Returns true if the matrix contains perspective elements. 372 If the matrix is a perspective transform, returns false 499 this matrix. NOTE: in perspective this value assumes the circle 528 /** If the matrix can be stepped in X (not complex perspective) 578 * perspective -1 is returned. 586 * perspective -1 is returned. 621 /** Set if the perspective bit is valid even though the rest of
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_strings.c | 130 "PERSPECTIVE",
|
/external/skia/include/core/ |
SkMatrix.h | 44 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective 50 other bits may be set to true even in the case of a pure perspective 81 * Returns true if the matrix contains perspective elements. 372 If the matrix is a perspective transform, returns false 499 this matrix. NOTE: in perspective this value assumes the circle 528 /** If the matrix can be stepped in X (not complex perspective) 578 * perspective -1 is returned. 586 * perspective -1 is returned. 621 /** Set if the perspective bit is valid even though the rest of
|
/frameworks/base/core/java/android/printservice/ |
PrintDocument.java | 28 * This class represents a printed document from the perspective of a print
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/ |
TraceviewLauncher.java | 42 // workbench page has an editor area (typically the ddms perspective doesn't).
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 324 * perspective, then in they are in src space. We do this because we will 326 * performed before applying the perspective matrix. 369 // when in perspective keep conics in src space 419 // when in perspective keep quads in src space 442 // In perspective have to do conversion in src space. 454 // in src space when there is perspective. 478 // perspective and dev coords otherwise. 538 // this should be in the src space, not dev coords, when we have perspective 863 // The bounds ought to be tight, but in perspective the below code runs the verts [all...] |
/external/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 324 * perspective, then in they are in src space. We do this because we will 326 * performed before applying the perspective matrix. 369 // when in perspective keep conics in src space 419 // when in perspective keep quads in src space 442 // In perspective have to do conversion in src space. 454 // in src space when there is perspective. 478 // perspective and dev coords otherwise. 538 // this should be in the src space, not dev coords, when we have perspective 863 // The bounds ought to be tight, but in perspective the below code runs the verts [all...] |
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
change_picture_options.css | 62 #user-image-preview .perspective-box { 63 -webkit-perspective: 600px;
|
/external/llvm/include/llvm/Target/ |
TargetCallingConv.h | 110 /// single incoming (formal) argument or incoming (from the perspective 135 /// single outgoing (actual) argument or outgoing (from the perspective
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/ |
plugin.xml | 73 <perspective 78 <perspective
|
/sdk/emulator/skins/assets/ |
dpad_off.svg | 24 <inkscape:perspective 31 <inkscape:perspective
|