HomeSort by relevance Sort by last modified time
    Searched refs:cube (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/eigen/doc/snippets/
Cwise_cube.cpp 2 cout << v.cube() << endl;
  /external/deqp/android/cts/master/src/
vk-waivers.txt 13 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
14 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_clamp_to_edge_repeat
15 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_repeat
16 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_repeat_mirrored_repeat
17 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_clamp_to_edge
18 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_mirrored_repeat_clamp_to_edge
19 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_repeat
20 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_clamp_to_edge_repeat
21 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_repeat
22 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_repeat_mirrored_repea
    [all...]
  /external/deqp/external/vulkancts/mustpass/1.1.0/src/
waivers.txt 13 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
14 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_clamp_to_edge_repeat
15 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_repeat
16 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_repeat_mirrored_repeat
17 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_clamp_to_edge
18 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_mirrored_repeat_clamp_to_edge
19 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_repeat
20 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_clamp_to_edge_repeat
21 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_repeat
22 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_repeat_mirrored_repea
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testgl2.c 35 /* Undefine this if you want a flat cube instead of a rainbow cube */
95 static float cube[8][3] = { local
114 ctx.glVertex3fv(cube[0]);
116 ctx.glVertex3fv(cube[1]);
118 ctx.glVertex3fv(cube[2]);
120 ctx.glVertex3fv(cube[3]);
123 ctx.glVertex3fv(cube[3]);
125 ctx.glVertex3fv(cube[4]);
127 ctx.glVertex3fv(cube[7])
    [all...]
  /external/vulkan-validation-layers/build-android/
install_all.sh 75 echo "adb $serialFlag install -r ../demos/android/cube/bin/cube.apk"
76 adb $serialFlag install -r ../demos/android/cube/bin/cube.apk
77 echo "adb $serialFlag install -r ../demos/android/cube-with-layers/bin/cube-with-layers.apk"
78 adb $serialFlag install -r ../demos/android/cube-with-layers/bin/cube-with-layers.apk
build_all.sh 74 # build cube APKs (with and without layers)
80 mkdir -p $DEMO_BUILD_DIR/cube/bin/libs/lib
81 cp -r $DEMO_BUILD_DIR/libs/* $DEMO_BUILD_DIR/cube/bin/libs/lib/
82 cd $DEMO_BUILD_DIR/cube
83 create_APK cube
85 mkdir -p $DEMO_BUILD_DIR/cube-with-layers/bin/libs/lib
86 cp -r $DEMO_BUILD_DIR/libs/* $DEMO_BUILD_DIR/cube-with-layers/bin/libs/lib/
87 cp -r $LAYER_BUILD_DIR/libs/* $DEMO_BUILD_DIR/cube-with-layers/bin/libs/lib/
88 cd $DEMO_BUILD_DIR/cube-with-layers
89 create_APK cube-with-layer
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RS3DLUTTest.java 62 Allocation cube = Allocation.createTyped(mRS, buildCube.create()); local
63 cube.copyFromUnchecked(byteColorCube);
66 lut.setLUT(cube);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
ProjectionCubeActivity.java 17 package com.android.cts.verifier.projection.cube;
CubePresentation.java 17 package com.android.cts.verifier.projection.cube;
Cube.java 17 package com.android.cts.verifier.projection.cube;
26 * A vertex shaded cube.
28 class Cube
30 public Cube()
CubeRenderer.java 17 package com.android.cts.verifier.projection.cube;
31 private final Cube mCube;
38 mCube = new Cube();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/list/
ProjectionListActivity.java 25 import com.android.cts.verifier.projection.cube.ProjectionCubeActivity;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
ProjectionTouchActivity.java 25 import com.android.cts.verifier.projection.cube.ProjectionCubeActivity;
  /external/eigen/bench/
vdw_new.cpp 25 .cwise().cube()
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 560 // Cube texture tests.
920 tcu::TestCaseGroup* cube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap completeness"); local
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
CubesTestFragment.java 17 package com.google.android.car.kitchensink.cube;
Cube.java 17 package com.google.android.car.kitchensink.cube;
26 * A vertex shaded cube.
28 class Cube
30 public Cube()
CubeRenderer.java 17 package com.google.android.car.kitchensink.cube;
30 private final Cube mCube;
38 mCube = new Cube();
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 689 ALLOC_STATE( cube[0], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-0", 0 );
690 ALLOC_STATE( cube[1], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-1", 1 );
691 ALLOC_STATE( cube[2], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-2", 2 );
692 ALLOC_STATE( cube[3], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-3", 3 );
693 ALLOC_STATE( cube[4], tex_cube, CUBE_STATE_SIZE, "CUBE/tex-4", 4 )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9tex.h 192 /* Texture, cube texture and volume texture creation */
203 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DCubeTexture9 **cube);
214 const char *srcfile, struct IDirect3DCubeTexture9 **cube);
216 const WCHAR *srcfile, struct IDirect3DCubeTexture9 **cube);
232 HMODULE srcmodule, const char *resource, struct IDirect3DCubeTexture9 **cube);
234 HMODULE srcmodule, const WCHAR *resource, struct IDirect3DCubeTexture9 **cube);
256 PALETTEENTRY *palette, struct IDirect3DCubeTexture9 **cube);
260 PALETTEENTRY *palette, struct IDirect3DCubeTexture9 **cube);
286 PALETTEENTRY *palette, struct IDirect3DCubeTexture9 **cube);
290 PALETTEENTRY *palette, struct IDirect3DCubeTexture9 **cube);
    [all...]
  /external/ImageMagick/MagickCore/
quantize.c 58 % defined over a domain consisting of the cube in RGB space with opposite
63 % represents a cube within that domain. In the following discussion
69 % subdividing one node's cube into eight smaller cubes of equal size.
70 % This corresponds to bisecting the parent cube with planes passing
100 % identifies the single node which represents a cube in RGB space
104 % n1: Number of pixels whose color is contained in the RGB cube which
439 % o cube_info: A pointer to the Cube structure.
548 cube;
568 cube=(*cube_info);
596 AssociateAlphaPixel(image,&cube,q,&pixel)
542 cube; local
1517 cube; local
    [all...]
  /external/vulkan-validation-layers/demos/android/jni/
Android.mk 21 LOCAL_MODULE := Cube
22 LOCAL_SRC_FILES += $(DEMO_DIR)/cube.c \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pprint.py 235 cube = test.test_set.cube(3)
236 self.assertEqual(pprint.pformat(cube), cube_repr_tgt)
395 cubo = test.test_set.linegraph(cube)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 580 ALLOC_STATE_IDX( cube[0], cube0_mm, CUBE_STATE_SIZE, "CUBE/cube-0", 0, 0 );
581 ALLOC_STATE_IDX( cube[1], cube1_mm, CUBE_STATE_SIZE, "CUBE/cube-1", 0, 1 );
582 ALLOC_STATE_IDX( cube[2], cube2_mm, CUBE_STATE_SIZE, "CUBE/cube-2", 0, 2 );
584 rmesa->hw.cube[i].emit = cube_emit_cs
    [all...]
  /external/python/cpython2/Lib/test/
test_pprint.py 294 cube = test.test_set.cube(3)
295 self.assertEqual(pprint.pformat(cube), cube_repr_tgt)
454 cubo = test.test_set.linegraph(cube)

Completed in 298 milliseconds

1 2 3 4