HomeSort by relevance Sort by last modified time
    Searched refs:Transform (Results 176 - 200 of 541) sorted by null

1 2 3 4 5 6 78 91011>>

  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutator.cpp 178 static VariableSpecificationMessage Transform(
191 return Transform(var_spec, random_gen_fns_);
195 return Transform(var_instance, mutate_fns_);
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp 137 // Compute sRGB to DisplayP3 color transform
142 // color transform needs to be expanded to 4x4 to be what the shader wants
167 Transform::orientation_flags rotation) {
186 case Transform::ROT_0:
188 case Transform::ROT_90:
191 case Transform::ROT_180:
194 case Transform::ROT_270:
389 ALOGV("drawMesh: gamut transform applied");
  /frameworks/native/services/surfaceflinger/
Layer.cpp 133 mCurrentState.active.transform.set(0, 0);
458 Transform t = getTransform();
459 win = t.transform(win);
481 auto const screenTransparentRegion = t.transform(s.activeTransparentRegion);
509 Transform t = getTransform();
511 win = t.transform(win);
513 win = t.inverse().transform(win);
530 // a viewport clipping and a window transform. we should use floating point to fix this.
537 Transform t = getTransform();
538 activeCrop = t.transform(activeCrop)
832 auto transform = static_cast<HWC2::Transform>(orientation); local
1155 uint32_t transform = local
    [all...]
LayerRejecter.cpp 53 if (item.mTransform & Transform::ROT_90) {
  /external/mesa3d/src/mesa/main/
attrib.c 326 attr->ClipPlanes = ctx->Transform.ClipPlanesEnabled;
329 attr->DepthClamp = ctx->Transform.DepthClamp;
359 attr->Normalize = ctx->Transform.Normalize;
360 attr->RasterPositionUnclipped = ctx->Transform.RasterPositionUnclipped;
368 attr->RescaleNormals = ctx->Transform.RescaleNormals;
542 (void*)&ctx->Transform))
597 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask))
605 TEST_AND_UPDATE(ctx->Transform.DepthClamp, enable->DepthClamp,
652 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE);
653 TEST_AND_UPDATE(ctx->Transform.RescaleNormals, enable->RescaleNormals
    [all...]
enable.c 331 if ((ctx->Transform.ClipPlanesEnabled & (1 << p))
338 ctx->Transform.ClipPlanesEnabled |= (1 << p);
342 ctx->Transform.ClipPlanesEnabled &= ~(1 << p);
607 if (ctx->Transform.Normalize == state)
610 ctx->Transform.Normalize = state;
661 if (ctx->Transform.RescaleNormals == state)
664 ctx->Transform.RescaleNormals = state;
841 if (ctx->Transform.RasterPositionUnclipped == state)
844 ctx->Transform.RasterPositionUnclipped = state;
940 if (ctx->Transform.DepthClamp == state
    [all...]
rastpos.c 94 GLbitfield mask = ctx->Transform.ClipPlanesEnabled;
97 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
98 + v[1] * ctx->Transform._ClipUserPlane[p][1]
99 + v[2] * ctx->Transform._ClipUserPlane[p][2]
100 + v[3] * ctx->Transform._ClipUserPlane[p][3];
392 if (!ctx->Transform.DepthClamp) {
398 if (!ctx->Transform.RasterPositionUnclipped) {
406 if (ctx->Transform.ClipPlanesEnabled && !userclip_point(ctx, clip)) {
423 if (ctx->Transform.DepthClamp) {
  /libcore/ojluni/src/main/java/javax/crypto/
Cipher.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
typelist.h 103 template<typename Typelist, template<typename T> class Transform>
104 struct transform;
330 template<class Typelist_Chain, template<typename T> class Transform>
333 template<template<typename T> class Transform>
334 struct chain_transform_<null_type, Transform>
339 template<class Hd, class Tl, template<typename T> class Transform>
340 struct chain_transform_<chain<Hd, Tl>, Transform>
343 typedef typename chain_transform_<Tl, Transform>::type rest_type;
344 typedef typename Transform<Hd>::type transform_type;
485 template<typename Typelist, template<typename T> class Transform>
486 struct transform struct in namespace:typelist
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
typelist.h 103 template<typename Typelist, template<typename T> class Transform>
104 struct transform;
330 template<class Typelist_Chain, template<typename T> class Transform>
333 template<template<typename T> class Transform>
334 struct chain_transform_<null_type, Transform>
339 template<class Hd, class Tl, template<typename T> class Transform>
340 struct chain_transform_<chain<Hd, Tl>, Transform>
343 typedef typename chain_transform_<Tl, Transform>::type rest_type;
344 typedef typename Transform<Hd>::type transform_type;
485 template<typename Typelist, template<typename T> class Transform>
486 struct transform struct in namespace:typelist
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
typelist.h 103 template<typename Typelist, template<typename T> class Transform>
104 struct transform;
330 template<class Typelist_Chain, template<typename T> class Transform>
333 template<template<typename T> class Transform>
334 struct chain_transform_<null_type, Transform>
339 template<class Hd, class Tl, template<typename T> class Transform>
340 struct chain_transform_<chain<Hd, Tl>, Transform>
343 typedef typename chain_transform_<Tl, Transform>::type rest_type;
344 typedef typename Transform<Hd>::type transform_type;
485 template<typename Typelist, template<typename T> class Transform>
486 struct transform struct in namespace:typelist
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
typelist.h 103 template<typename Typelist, template<typename T> class Transform>
104 struct transform;
330 template<class Typelist_Chain, template<typename T> class Transform>
333 template<template<typename T> class Transform>
334 struct chain_transform_<null_type, Transform>
339 template<class Hd, class Tl, template<typename T> class Transform>
340 struct chain_transform_<chain<Hd, Tl>, Transform>
343 typedef typename chain_transform_<Tl, Transform>::type rest_type;
344 typedef typename Transform<Hd>::type transform_type;
485 template<typename Typelist, template<typename T> class Transform>
486 struct transform struct in namespace:typelist
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
typelist.h 103 template<typename Typelist, template<typename T> class Transform>
104 struct transform;
330 template<class Typelist_Chain, template<typename T> class Transform>
333 template<template<typename T> class Transform>
334 struct chain_transform_<null_type, Transform>
339 template<class Hd, class Tl, template<typename T> class Transform>
340 struct chain_transform_<chain<Hd, Tl>, Transform>
343 typedef typename chain_transform_<Tl, Transform>::type rest_type;
344 typedef typename Transform<Hd>::type transform_type;
485 template<typename Typelist, template<typename T> class Transform>
486 struct transform struct in namespace:typelist
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
typelist.h 103 template<typename Typelist, template<typename T> class Transform>
104 struct transform;
330 template<class Typelist_Chain, template<typename T> class Transform>
333 template<template<typename T> class Transform>
334 struct chain_transform_<null_type, Transform>
339 template<class Hd, class Tl, template<typename T> class Transform>
340 struct chain_transform_<chain<Hd, Tl>, Transform>
343 typedef typename chain_transform_<Tl, Transform>::type rest_type;
344 typedef typename Transform<Hd>::type transform_type;
485 template<typename Typelist, template<typename T> class Transform>
486 struct transform struct in namespace:typelist
    [all...]
  /external/eigen/test/
geo_transformations.cpp 29 Cross.h Quaternion.h, Transform.cpp
34 typedef Transform<Scalar,3,Mode,Options> Transform3;
89 Cross.h Quaternion.h, Transform.cpp
100 typedef Transform<Scalar,2,Mode,Options> Transform2;
101 typedef Transform<Scalar,3,Mode,Options> Transform3;
168 // Transform
208 // More transform constructors, operator=, operator*=
252 // matrix * transform
255 // chained Transform product
258 // check that Transform product doesn't have aliasing problem
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_transform.cpp 161 inline void Transform(int x,
471 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x,
505 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x,
533 result2stretch_fix.Transform(col, row, src_col, src_row);
557 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x,
590 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x,
616 result2stretch_fix.Transform(col, row, src_col, src_row);
661 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x,
701 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x,
736 result2stretch_fix.Transform(col, row, src_col, src_row)
    [all...]
dib_int.h 30 inline void Transform(int x, int y, int& x1, int& y1) {
  /frameworks/native/libs/vr/libvrflinger/
hwc_types.h 247 struct Transform final : public Wrapper<HWC2::Transform> {
259 Transform() : Base(None) {}
  /external/icu/android_icu4j/src/main/java/android/icu/text/
LowercaseTransliterator.java 128 sourceTargetUtility = new SourceTargetUtility(new Transform<String,String>() {
130 public String transform(String source) {
TitlecaseTransliterator.java 167 sourceTargetUtility = new SourceTargetUtility(new Transform<String,String>() {
169 public String transform(String source) {
UppercaseTransliterator.java 124 sourceTargetUtility = new SourceTargetUtility(new Transform<String,String>() {
126 public String transform(String source) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
LowercaseTransliterator.java 127 sourceTargetUtility = new SourceTargetUtility(new Transform<String,String>() {
129 public String transform(String source) {
TitlecaseTransliterator.java 166 sourceTargetUtility = new SourceTargetUtility(new Transform<String,String>() {
168 public String transform(String source) {
UppercaseTransliterator.java 123 sourceTargetUtility = new SourceTargetUtility(new Transform<String,String>() {
125 public String transform(String source) {
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
pose.h 57 Eigen::Vector3<T> Transform(const Eigen::Vector3<T>& v) const {
80 // Gets a 4x4 matrix representing a transform from the reference space (that
84 // Gets a 4x4 matrix representing a transform from the object space to the

Completed in 2123 milliseconds

1 2 3 4 5 6 78 91011>>