HomeSort by relevance Sort by last modified time
    Searched refs:Transform (Results 326 - 350 of 433) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
get.c 566 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
567 { GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
568 { GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
569 { GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
570 { GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
571 { GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
572 { GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
573 { GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
596 { GL_MATRIX_MODE, CONTEXT_ENUM(Transform.MatrixMode), NO_EXTRA },
603 { GL_NORMALIZE, CONTEXT_BOOL(Transform.Normalize), NO_EXTRA }
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 566 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
567 { GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
568 { GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
569 { GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
570 { GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
571 { GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
572 { GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
573 { GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
596 { GL_MATRIX_MODE, CONTEXT_ENUM(Transform.MatrixMode), NO_EXTRA },
603 { GL_NORMALIZE, CONTEXT_BOOL(Transform.Normalize), NO_EXTRA }
    [all...]
  /external/chromium_org/cc/output/
software_renderer.cc 32 #include "ui/gfx/transform.h"
231 gfx::Transform quad_rect_matrix;
233 gfx::Transform contents_device_transform =
output_surface.cc 245 void OutputSurface::SetExternalDrawConstraints(const gfx::Transform& transform,
250 transform, viewport, clip, valid_for_tile_management);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp 32 * The key for an individual coord transform is made up of a matrix type and a bit that
72 * Retrieves the matrix type from transformKey for the transform at transformIdx.
80 * Retrieves the source coords from transformKey for the transform at transformIdx. It may not be
91 * Retrieves the final translation that a transform needs to apply to its source coords (and
115 * Retrieves the final matrix that a transform needs to apply to its source coords.
190 SkASSERT(0 == (totalKey & key)); // keys for each transform ought not to overlap
315 SkTArray<Transform, true>& transforms = fTransforms.push_back();
420 SkTArray<Transform, true>& transforms = fTransforms[effectIdx];
557 const SkMatrix& transform = get_transform_matrix(drawEffect, t); local
558 gpu->enableTexGen(texCoordIndex++, GrGpuGL::kST_TexGenComponents, transform);
562 const SkMatrix& transform = get_transform_matrix(drawEffect, t); local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 37 import com.jme3.math.Transform;
139 protected Transform getTransforms(Geometry geom) {
508 private void doTransforms(FloatBuffer bufPos, FloatBuffer bufNorm, int start, int end, Matrix4f transform) {
531 transform.mult(pos, pos);
532 transform.multNormal(norm, norm);
552 private void doTransformsTangents(FloatBuffer bufPos, FloatBuffer bufNorm, FloatBuffer bufTangents, int start, int end, Matrix4f transform) {
587 transform.mult(pos, pos);
588 transform.multNormal(norm, norm);
589 transform.multNormal(tan, tan);
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 5 import com.jme3.math.Transform;
25 private static void doTransformVerts(FloatBuffer inBuf, int offset, FloatBuffer outBuf, Matrix4f transform) {
37 transform.mult(pos, pos);
45 private static void doTransformNorms(FloatBuffer inBuf, int offset, FloatBuffer outBuf, Matrix4f transform) {
57 transform.multNormal(norm, norm);
65 private static void doTransformTangents(FloatBuffer inBuf, int offset, int components, FloatBuffer outBuf, Matrix4f transform) {
77 transform.multNormal(tan, tan);
364 // Since the scene is returned unaltered the transform must be reset
365 scene.setLocalTransform(Transform.IDENTITY);
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 32 * The key for an individual coord transform is made up of a matrix type and a bit that
72 * Retrieves the matrix type from transformKey for the transform at transformIdx.
80 * Retrieves the source coords from transformKey for the transform at transformIdx. It may not be
91 * Retrieves the final translation that a transform needs to apply to its source coords (and
115 * Retrieves the final matrix that a transform needs to apply to its source coords.
190 SkASSERT(0 == (totalKey & key)); // keys for each transform ought not to overlap
315 SkTArray<Transform, true>& transforms = fTransforms.push_back();
420 SkTArray<Transform, true>& transforms = fTransforms[effectIdx];
557 const SkMatrix& transform = get_transform_matrix(drawEffect, t); local
558 gpu->enableTexGen(texCoordIndex++, GrGpuGL::kST_TexGenComponents, transform);
562 const SkMatrix& transform = get_transform_matrix(drawEffect, t); local
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 83 private Transform mDefaultTransform;
402 static Transform getDefaultTransform() {
474 mTransformScript = new ScriptC_transform(rs, res, R.raw.transform);
  /external/chromium_org/cc/layers/
video_layer_impl.cc 217 gfx::Transform scale;
picture_layer_impl.cc 332 gfx::Transform current_screen_space_transform = screen_space_transform();
336 gfx::Transform screen_to_layer(gfx::Transform::kSkipInitialization);
    [all...]
delegated_frame_provider_unittest.cc 31 gfx::Transform());
  /external/chromium_org/media/audio/win/
audio_unified_win_unittest.cc 127 channel_mixer_->Transform(source, dest);
  /external/chromium_org/media/base/
channel_mixer.cc 333 void ChannelMixer::Transform(const AudioBus* input, AudioBus* output) {
  /external/chromium_org/ui/aura/
window_unittest.cc 364 // Test Window::ConvertPointToWindow() with transform to root_window.
371 gfx::Transform transform; local
372 transform.Translate(100.0, 100.0);
373 transform.Rotate(90.0);
374 transform.Scale(2.0, 5.0);
375 dispatcher()->SetTransform(transform);
387 // Tests Window::ConvertPointToWindow() with transform to non-root windows.
393 gfx::Transform transform1;
400 gfx::Transform transform2
452 gfx::Transform transform; local
1547 gfx::Transform transform; local
1575 gfx::Transform transform; local
2220 gfx::Transform transform; local
    [all...]
  /external/chromium_org/ui/compositor/
layer_animator.cc 114 const gfx::Transform&, TRANSFORM, Transform, gfx::Transform, transform);
742 // the transform and the bounds followed by an element that animates the
743 // bounds), and we're currently animating the transform, we can't start
744 // the first element because it animates the transform, too. We cannot
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 318 gfx::Transform rotation;
352 // If a layer has a perspective transform that causes w < 0, then not
356 // The transform is constructed so that if w < 0 clipping is not performed,
367 gfx::Transform transform; local
368 transform.Translate3d(500.0, 500.0, 0.0);
369 transform.ApplyPerspectiveDepth(1.0);
370 transform.RotateAboutYAxis(45.0);
371 transform.Translate3d(-50.0, -50.0, 0.0);
377 child->SetTransform(transform);
    [all...]
layer_tree_host_impl.cc 652 gfx::Transform transform_to_layer_space(gfx::Transform::kSkipInitialization);
659 // The root layer transform is composed of translations and scales only,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 21 #include "ui/gfx/transform.h"
267 gfx::Transform transform; local
268 transform.Scale(1. / scale_, 1. / scale_);
269 layer()->SetTransform(transform);
  /external/chromium_org/ash/wm/overview/
window_overview.cc 400 gfx::Transform transform; local
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 86 impl->SetExternalDrawConstraints(gfx::Transform(), viewport, viewport, true);

Completed in 1173 milliseconds

<<1112131415161718