/external/mesa3d/src/gallium/drivers/nvc0/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/drivers/r300/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/drivers/r600/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/drivers/svga/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources
|
/frameworks/base/services/ |
Android.mk | 48 # include all the jni subdirs to collect their sources
|
/frameworks/base/tools/aapt2/ |
ResourceTableResolver.cpp | 34 const std::vector<std::shared_ptr<const android::AssetManager>>& sources) : 35 mTable(table), mSources(sources) {
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/ |
shared.mk | 53 ## sources
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/ |
shared.mk | 53 ## sources
|
/ndk/build/tools/ |
build-ndk-stack.sh | 18 # sources under sources/host-tools/ndk-stack. 138 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/$PROGNAME
|
/ndk/sources/cxx-stl/gabi++/ |
Android.mk | 3 include $(LOCAL_PATH)/sources.mk
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMergeAlbum.java | 52 Path path, Comparator<MediaItem> comparator, MediaSet[] sources, int bucketId) { 55 mSources = sources;
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-repository-plugin/0.20.0/ |
tycho-p2-repository-plugin-0.20.0.jar | |
/system/core/libsync/tests/ |
sync_test.cpp | 148 SyncFence(const vector<SyncFence> &sources) noexcept { 149 assert(sources.size()); 150 SyncFence temp(*begin(sources)); 151 for (auto itr = ++begin(sources); itr != end(sources); ++itr) {
|
/external/deqp/modules/gles31/functional/ |
es31fTessellationGeometryInteractionTests.cpp | 240 glu::ProgramSources sources; local 242 sources << glu::VertexSource(getVertexSource()) 248 sources << glu::GeometrySource(getGeometrySource()); 251 const glu::ShaderProgram program (m_context.getRenderContext(), sources); 539 glu::ProgramSources sources; local 541 sources << glu::VertexSource(getVertexSource()) 546 sources << glu::TessellationControlSource(getTessellationControlSource()) 550 const glu::ShaderProgram program (m_context.getRenderContext(), sources); [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ImageShader.java | 281 public void processMulti(TextureSource[] sources, RenderTarget target, int width, int height) { 284 checkTexCount(sources.length); 287 bindInputTextures(sources); 610 private void bindInputTextures(TextureSource[] sources) { 611 for (int i = 0; i < sources.length; ++i) { 616 sources[i].bind(); 623 throw new RuntimeException("Shader does not seem to support " + sources.length
|
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.cpp | 344 rxSourceDeviceDesc->toAudioPortConfig(&patch.sources[0]); 357 outputDesc->toAudioPortConfig(&patch.sources[1]); 358 patch.sources[1].ext.mix.usecase.stream = AUDIO_STREAM_PATCH; 382 txSourceDeviceDesc->toAudioPortConfig(&patch.sources[0]); 400 outputDesc->toAudioPortConfig(&patch.sources[1]); 401 patch.sources[1].ext.mix.usecase.stream = AUDIO_STREAM_PATCH; [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
WriteCharts.java | 61 Enumeration sources = Transliterator.getAvailableSources(); local 62 while(sources.hasMoreElements()) { 63 String source = (String) sources.nextElement();
|
/frameworks/av/media/img_utils/src/ |
TiffWriter.cpp | 59 status_t TiffWriter::write(Output* out, StripSource** sources, size_t sourcesCount, 89 " sources (%zu).", __FUNCTION__, offVecSize, sourcesCount); 112 if (sources[j]->getIfd() == ifdKey) { 113 if ((ret = sources[i]->writeToStream(endOut, sizeToWrite)) != OK) {
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 190 std::vector<bcc::Source*> sources; local 198 sources.push_back(source); 216 sources, sourcesAndSlots, fusedKernelNames,
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaBasicBlock.java | 614 RegisterSpecList sources = RegisterSpecList.make(source); local 617 SourcePosition.NO_INFO, result, sources), this); 637 RegisterSpecList sources = RegisterSpecList.make(source); local 640 SourcePosition.NO_INFO, result, sources), this); 701 // Record all registers used as sources in this block. 869 * phi removal so that results don't overwrite sources that are used. [all...] |
/external/deqp/modules/glshared/ |
glsShaderLibraryCase.cpp | 450 // Generate specialized shader sources. 603 return !m_programs[0].programSources.sources[glu::SHADERTYPE_TESSELLATION_CONTROL].empty() || 604 !m_programs[0].programSources.sources[glu::SHADERTYPE_TESSELLATION_EVALUATION].empty(); [all...] |