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

1 2 3 4 5

  /system/core/libpixelflinger/
picker.cpp 39 const uint32_t enables = c->state.enables; local
45 if (enables & GGL_ENABLE_BLENDING)
52 if (enables & GGL_ENABLE_BLENDING) {
100 n |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_SMOOTH) ?1:0, SHADE);
101 if (enables & GGL_ENABLE_TMUS) {
102 n |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_W) ?1:0, W);
104 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_DITHER) ?1:0, P_DITHER);
105 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_AA) ?1:0, P_AA);
106 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_FOG) ?1:0, P_FOG)
    [all...]
pixelflinger.cpp 202 if (c->state.enables & GGL_ENABLE_SMOOTH) {
203 c->state.enables &= ~GGL_ENABLE_SMOOTH;
208 if (!(c->state.enables & GGL_ENABLE_SMOOTH)) {
209 c->state.enables |= GGL_ENABLE_SMOOTH;
292 const int e = (c->state.enables & GGL_ENABLE_FOG)?1:0;
294 if (enable) c->state.enables |= GGL_ENABLE_FOG;
295 else c->state.enables &= ~GGL_ENABLE_FOG;
310 if (c->state.enables & GGL_ENABLE_BLENDING) {
325 if (c->state.enables & GGL_ENABLE_BLENDING) {
598 if (c->state.enables & GGL_ENABLE_SCISSOR_TEST)
    [all...]
scanline.cpp 450 if ((c->state.enables & GGL_ENABLE_W) &&
451 (c->state.enables & GGL_ENABLE_TMUS))
646 const uint32_t enables = c->state.enables; local
657 if (enables & GGL_ENABLE_SMOOTH) {
680 if (enables & GGL_ENABLE_TMUS) {
684 if (enables & GGL_ENABLE_W) {
715 if (enables & GGL_ENABLE_TMUS) {
1639 const uint32_t enables = c->state.enables; local
1813 const uint32_t enables = c->state.enables; local
    [all...]
buffer.cpp 168 if (c->state.enables & GGL_ENABLE_DITHER) {
201 (c->state.enables & GGL_ENABLE_LOGIC_OP)) {
209 if (c->state.enables & GGL_ENABLE_LOGIC_OP) {
  /toolchain/binutils/binutils-2.27/config/
bootstrap-asan.mk 1 # This option enables -fsanitize=address for stage2 and stage3.
bootstrap-lto.mk 1 # This option enables LTO for stage2 and stage3 in slim mode
  /external/curl/docs/cmdline-opts/
no-keepalive.d 5 enables them by default.
proto-redir.d 16 SMB and SMBS are also disabled. Specifying \fIall\fP or \fI+all\fP enables all
proto.d 32 only enables http and https
35 also only enables http and https
form.d 15 This enables uploading of binary
  /frameworks/ml/nn/runtime/test/benchmark/src/com/example/android/nn/benchmark/
NNSettings.java 31 public NNSettings(boolean[] enables) {
32 mEnables = enables;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
IPSettings.java 31 public IPSettings(boolean[] enables) {
32 mEnables = enables;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
IPSettings.java 31 public IPSettings(boolean[] enables) {
32 mEnables = enables;
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasSettings.java 31 public BlasSettings(boolean[] enables) {
32 mEnables = enables;
  /frameworks/native/opengl/libagl/
primitives.cpp 214 const uint32_t enables = c->rasterizer.state.enables; local
217 int index = enables & GGL_ENABLE_SMOOTH ? 0x1 : 0;
219 index |= enables & GGL_ENABLE_FOG ? 0x4 : 0;
255 void compute_iterators_t::initLerp(vertex_t const* v0, uint32_t enables)
296 if (enables & GGL_ENABLE_TMUS) {
439 const uint32_t enables = c->rasterizer.state.enables; local
440 if (!(enables & GGL_ENABLE_TMUS))
463 const uint32_t enables = c->rasterizer.state.enables local
549 const uint32_t enables = c->rasterizer.state.enables; local
619 const uint32_t enables = c->rasterizer.state.enables; local
635 const uint32_t enables = c->rasterizer.state.enables; local
    [all...]
vertex.cpp 54 void perspective(ogles_context_t* c, vertex_t* v, uint32_t enables)
76 if (enables & GGL_ENABLE_DEPTH_TEST) {
83 void clipFrustumPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables)
104 perspective(c, v, enables);
110 void clipAllPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables)
131 clipFrustumPerspective(c, v, enables);
137 perspective(c, v, c->rasterizer.state.enables);
array.cpp 1084 uint32_t enables = c->rasterizer.state.enables; local
1372 const uint32_t enables = c->rasterizer.state.enables; local
1432 const uint32_t enables = c->rasterizer.state.enables; local
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18595.go 10 // Ensuring this invariant enables fixes for 18492 (improve type switch code).
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18595.go 10 // Ensuring this invariant enables fixes for 18492 (improve type switch code).
  /compatibility/cdd/6_dev-tools-and-options/
6_2_developer_options.md 12 implementation hides the Developer Options menu by default and enables users to
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaF86Compress.bat 2 @REM This script will exec LzmaCompress tool with --f86 option that enables
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 186 unsigned enables; member in struct:ilo_image::__anon29552
205 return (img->aux.enables & (1 << level));
  /external/libpng/scripts/
options.awk 244 # option NAME ( (requires|enables|if) NAME* | on | off | disabled |
251 # option is set then it turns on all the options listed after 'enables'.
253 # Note that "enables" takes priority over the required/if/disabled/off
307 } else if (val == "requires" || val == "if" || val == "enables" || val =="sets") {
313 } else if (key == "enables") {
337 # chunk NAME [requires OPT] [enables LIST] [on|off|disabled]
342 # option READ_NAME enables NAME LIST
345 # option WRITE_NAME enables NAME LIST
356 enables = ""
389 else if (val == "enables")
    [all...]
  /external/vboot_reference/scripts/keygeneration/
create_new_keys.sh 18 --4k Use 4k keys instead of 8k (enables options below)
  /external/mesa3d/src/mesa/main/
extensions.c 85 const GLboolean *enables = local
94 assert(!enables[offset] || !disables[offset]);
95 if (enables[offset]) {

Completed in 434 milliseconds

1 2 3 4 5