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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 119 Key needs; local
120 needs.set(Key::TEXTURE_MASK,
135 return needs;
138 String8 ProgramCache::generateVertexShader(const Key& needs) {
140 if (needs.isTexturing()) {
149 if (needs.isTexturing()) {
156 String8 ProgramCache::generateFragmentShader(const Key& needs) {
158 if (needs.getTextureTarget() == Key::TEXTURE_EXT) {
165 if (needs.getTextureTarget() == Key::TEXTURE_EXT) {
168 } else if (needs.getTextureTarget() == Key::TEXTURE_2D)
    [all...]
ProgramCache.h 108 // this is the definition of a friend function -- not a method of class Needs
127 static Program* generateProgram(const Key& needs);
129 static String8 generateVertexShader(const Key& needs);
131 static String8 generateFragmentShader(const Key& needs);
Program.h 39 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 38 ScanlineAssembly(needs_t needs, size_t size)
39 : Assembly(size), mKey(needs) { }
48 needs_t needs; local
49 needs.n = n;
50 needs.p = p;
51 needs.t[0] = t0;
52 needs.t[1] = t1;
53 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE));
71 int err = assembler.scanline(needs, (context_t*)c);
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsEmptyCollectionTest.java 33 needs(IsEmptyCollection.emptyCollectionOf(String.class));
36 private void needs(@SuppressWarnings("unused") Matcher<Collection<String>> bar) { } method in class:IsEmptyCollectionTest
IsEmptyIterableTest.java 32 needs(IsEmptyIterable.emptyIterableOf(String.class));
35 private void needs(@SuppressWarnings("unused") Matcher<Iterable<String>> bar) { } method in class:IsEmptyIterableTest
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mep/
mep1.s 10 # This needs special handling
  /external/dng_sdk/source/
dng_host.h 161 /// \param needs If true, metadata is needed.
163 void SetNeedsMeta (bool needs)
165 fNeedsMeta = needs;
178 /// \param needs If true, image data is needed.
180 void SetNeedsImage (bool needs)
182 fNeedsImage = needs;
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
functions.sh 38 echo $1 needs argument $2 matching \"$5\"
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 63 int GGLAssembler::scanline(const needs_t& needs, context_t const* c)
69 err = scanline_core(needs, c);
84 needs.p, needs.n, needs.t[0], needs.t[1], per_fragment_ops);
95 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c)
102 mAA = GGL_READ_NEEDS(P_AA, needs.p);
103 mDithering = GGL_READ_NEEDS(P_DITHER, needs.p);
104 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs.p) + GGL_NEVER
728 const needs_t& needs = mBuilderContext.needs; local
791 const needs_t& needs = mBuilderContext.needs; local
802 const needs_t& needs = mBuilderContext.needs; local
818 const needs_t& needs = mBuilderContext.needs; local
967 const needs_t& needs = mBuilderContext.needs; local
    [all...]
  /external/drrickorang/LoopbackApp/
PrivacyPolicy.md 6 Loopback app needs the Record Audio permission in order to measure round-trip audio latency.
  /external/walt/hardware/
README.md 2 Depending on your specific needs, you may want to introduce some variations.
  /prebuilts/go/darwin-x86/src/runtime/
cgo_ppc64x.go 10 // Go runtime expects and so the symbol it calls needs to be exported
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug428.go 8 // overwrite a value before it needs it (issue 3369).
  /prebuilts/go/linux-x86/src/runtime/
cgo_ppc64x.go 10 // Go runtime expects and so the symbol it calls needs to be exported
  /prebuilts/go/linux-x86/test/fixedbugs/
bug428.go 8 // overwrite a value before it needs it (issue 3369).
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
expdyn5.d 8 # needs to be a .got due to the GOT relocs, but the entry is constant.
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
stdarg.h 72 #error this file needs to be ported to your compiler
  /external/curl/src/macos/src/
curl_GUSIConfig.cpp 62 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Mon Oct 29 15:41:51 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; (…)
  /external/libedit/
Android.mk 1 ifeq ($(ANDROID_BUILD_LIBEDIT),true) # only maintainer needs this
39 endif # only maintainer needs this
  /external/libxml2/macos/src/
libxml2_GUSIConfig.cp 62 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; (…)
  /external/curl/docs/cmdline-opts/
keepalive-time.d 6 This option sets the time a connection needs to remain idle before sending
  /external/mesa3d/src/gallium/state_trackers/xa/
README 42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
  /prebuilts/go/darwin-x86/src/runtime/cgo/
dragonfly.go 13 // libc dynamic library needs them.
freebsd.go 13 // libc dynamic library needs them.

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>