/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos.h | 40 extern void radeonEmitArrays( struct gl_context *ctx, GLuint inputs );
|
/external/libcxx/benchmarks/ |
GenerateInput.hpp | 51 std::vector<IntT> inputs(N, static_cast<IntT>(-1)); 52 return inputs; 57 std::vector<IntT> inputs; local 59 inputs.push_back(i); 60 return inputs; 65 std::vector<IntT> inputs; local 67 inputs.push_back(i + N); 69 return inputs; 74 std::vector<IntT> inputs = getSortedIntegerInputs<IntT>(N); local 75 for (auto& E : inputs) E <<= ((sizeof(IntT) / 2) * CHAR_BIT) 81 std::vector<IntT> inputs; local 101 std::vector<IntT> inputs; local 114 std::vector<std::string> inputs; local 122 std::vector<std::string> inputs = getRandomStringInputs(N); local 128 std::vector<std::string> inputs = getSortedStringInputs(N); local 134 static std::vector<std::string> inputs = getRandomStringInputs(N); local [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
Program.java | 27 public abstract void process(Frame[] inputs, Frame output); 30 Frame[] inputs = new Frame[1]; local 31 inputs[0] = input; 32 process(inputs, output);
|
/external/v8/tools/sanitizers/ |
sancov_merger_test.py | 31 # Inputs for merge process with 2 cpus. The tuples contain: 75 inputs = sancov_merger.generate_inputs( 77 self.assertEquals(EXPECTED_INPUTS_2, inputs) 80 inputs = sancov_merger.generate_inputs( 82 self.assertEquals(EXPECTED_INPUTS_4, inputs)
|
/build/make/tools/ |
check_builds.sh | 61 local inputs= 64 inputs="$inputs $TEST_BUILD_DIR/golden-$1/installed-files.txt" 65 inputs="$inputs $TEST_BUILD_DIR/dist-$1/installed-files.txt" 68 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html 80 local inputs= 90 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html
|
/frameworks/base/media/mca/filterpacks/native/imageproc/ |
invert.c | 21 int invert_process(const char** inputs, 36 const char* input_ptr = inputs[0];
|
to_rgba.c | 21 int gray_to_rgb_process(const char** inputs, 36 const char* input_ptr = inputs[0]; 52 int rgba_to_rgb_process(const char** inputs, 67 const char* input_ptr = inputs[0]; 84 int gray_to_rgba_process(const char** inputs, 99 const char* input_ptr = inputs[0]; 116 int rgb_to_rgba_process(const char** inputs, 131 const char* input_ptr = inputs[0];
|
/cts/suite/audio_quality/lib/src/ |
BuiltinProcessing.cpp | 46 TaskGeneric::ExecutionResult BuiltinProcessing::rms_mva(void** inputs, void** outputs) 49 inputs[0], inputs[1], inputs[2], outputs[0]); 50 android::sp<Buffer>& data(*reinterpret_cast<android::sp<Buffer>*>(inputs[0])); 52 int64_t passMin = (reinterpret_cast<TaskCase::Value*>(inputs[1]))->getInt64(); 53 int64_t passMax = (reinterpret_cast<TaskCase::Value*>(inputs[2]))->getInt64();
|
/external/deqp/modules/gles3/functional/ |
es3fShaderPackingFunctionTests.cpp | 151 m_spec.inputs.push_back(Symbol("in0", glu::VarType(glu::TYPE_FLOAT_VEC2, precision))); 160 std::vector<tcu::Vec2> inputs; local 167 inputs.push_back(tcu::Vec2(0.0f, 0.0f)); 168 inputs.push_back(tcu::Vec2(-1.0f, 1.0f)); 169 inputs.push_back(tcu::Vec2(0.5f, -0.5f)); 170 inputs.push_back(tcu::Vec2(-1.5f, 1.5f)); 171 inputs.push_back(tcu::Vec2(0.25f, -0.75f)); 178 inputs.push_back(tcu::Vec2(x, y)); 186 inputs.push_back(tcu::Vec2(x, y)); 189 outputs.resize(inputs.size()) 264 std::vector<deUint32> inputs; local 351 std::vector<tcu::Vec2> inputs; local 455 std::vector<deUint32> inputs; local 542 std::vector<tcu::Vec2> inputs; local 648 std::vector<deUint32> inputs; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderPackingFunctionTests.cpp | 166 std::vector<tcu::Vec2> inputs; local 173 inputs.push_back(tcu::Vec2(0.0f, 0.0f)); 174 inputs.push_back(tcu::Vec2(-1.0f, 1.0f)); 175 inputs.push_back(tcu::Vec2(0.5f, -0.5f)); 176 inputs.push_back(tcu::Vec2(-1.5f, 1.5f)); 177 inputs.push_back(tcu::Vec2(0.25f, -0.75f)); 184 inputs.push_back(tcu::Vec2(x, y)); 192 inputs.push_back(tcu::Vec2(x, y)); 195 outputs.resize(inputs.size()); 197 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestLog::EndMessage 288 std::vector<deUint32> inputs; local 389 std::vector<tcu::Vec2> inputs; local 511 std::vector<deUint32> inputs; local 614 std::vector<tcu::Vec2> inputs; local 735 std::vector<deUint32> inputs; local 860 std::vector<tcu::Vec4> inputs; local 992 std::vector<deUint32> inputs; local 1103 std::vector<tcu::Vec4> inputs; local 1235 std::vector<deUint32> inputs; local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderPackingFunctionTests.cpp | 155 m_spec.inputs.push_back(Symbol("in0", glu::VarType(glu::TYPE_FLOAT_VEC2, precision))); 164 std::vector<tcu::Vec2> inputs; local 171 inputs.push_back(tcu::Vec2(0.0f, 0.0f)); 172 inputs.push_back(tcu::Vec2(-1.0f, 1.0f)); 173 inputs.push_back(tcu::Vec2(0.5f, -0.5f)); 174 inputs.push_back(tcu::Vec2(-1.5f, 1.5f)); 175 inputs.push_back(tcu::Vec2(0.25f, -0.75f)); 182 inputs.push_back(tcu::Vec2(x, y)); 190 inputs.push_back(tcu::Vec2(x, y)); 193 outputs.resize(inputs.size()) 268 std::vector<deUint32> inputs; local 355 std::vector<tcu::Vec2> inputs; local 459 std::vector<deUint32> inputs; local 546 std::vector<tcu::Vec2> inputs; local 652 std::vector<deUint32> inputs; local 762 std::vector<tcu::Vec4> inputs; local 876 std::vector<deUint32> inputs; local 971 std::vector<tcu::Vec4> inputs; local 1085 std::vector<deUint32> inputs; local [all...] |
/external/skia/include/effects/ |
SkComposeImageFilter.h | 23 explicit SkComposeImageFilter(sk_sp<SkImageFilter> inputs[2]) : INHERITED(inputs, 2, nullptr) { 24 SkASSERT(inputs[0].get()); 25 SkASSERT(inputs[1].get());
|
/packages/apps/Camera2/src/com/android/camera/async/ |
ObservableCombiner.java | 45 private ObservableCombiner(List<? extends Observable<?>> inputs, 47 mInputs = ImmutableList.copyOf(inputs); 54 * @param inputs The input observables. 55 * @param function The function to apply to all of the inputs. 56 * @param <I> The type of all inputs values. 58 * @return An observable which will reflect the combination of all inputs 62 static <I, O> Observable<O> transform(final List<? extends Observable<I>> inputs, 64 return new ObservableCombiner<>(inputs, new Supplier<O>() { 68 for (Observable<? extends I> dependency : inputs) { 76 static <O> Observable<O> transform(final List<? extends Observable<?>> inputs, [all...] |
/external/skia/src/effects/ |
SkMergeImageFilter.cpp | 41 std::unique_ptr<sk_sp<SkSpecialImage>[]> inputs(new sk_sp<SkSpecialImage>[inputCount]); 44 // Filter all of the inputs. 47 inputs[i] = this->filterInput(i, source, ctx, &offsets[i]); 48 if (!inputs[i]) { 52 inputs[i]->width(), inputs[i]->height()); 59 // Apply the crop rect to the union of the inputs' bounds. 81 // Composite all of the filter inputs. 83 if (!inputs[i]) { 87 inputs[i]->draw(canvas [all...] |
/external/skia/tools/ |
test_pdfs.py | 52 inputs = arguments[1:-1] 55 test_rendering.TestRenderSkps(inputs, expected_dir, options.render_dir,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
JavaResChangedSet.java | 27 * This builds the set of inputs to be all the source folders of the given project, 35 JavaResChangedSet(String logName, String... inputs) { 36 super(logName, inputs);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.h | 129 * plus inputs to run the shader: 140 /* inputs for the shader */ 141 struct lp_rast_shader_inputs inputs; member in struct:lp_rast_triangle 152 #define GET_A0(inputs) ((float (*)[4])((inputs)+1)) 153 #define GET_DADX(inputs) ((float (*)[4])((char *)((inputs) + 1) + (inputs)->stride)) 154 #define GET_DADY(inputs) ((float (*)[4])((char *)((inputs) + 1) + 2 * (inputs)->stride) [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldSequenceInputStreamTest.java | 159 Vector<InputStream> inputs = new Vector<>(); local 162 inputs.add(emptyInputStream); 165 SequenceInputStream sequenceInputStream = new SequenceInputStream(inputs.elements()); 169 sequenceInputStream = new SequenceInputStream(inputs.elements()); 174 Vector<InputStream> inputs = new Vector<>(); local 176 inputs.add(emptyInputStream); 177 inputs.add(simple1); 178 inputs.add(emptyInputStream); 179 inputs.add(simple2); 180 inputs.add(emptyInputStream) [all...] |
/cts/suite/audio_quality/lib/include/ |
BuiltinProcessing.h | 47 TaskGeneric::ExecutionResult rms_mva(void** inputs, void** outputs);
|
SignalProcessingInterface.h | 37 * @param nInputs number of inputs. This is the length of inputTypes and inputs array 40 * @param inputs pointer to input. Either android::sp<Buffer>* or Value* 46 int nInputs, bool* inputTypes, void** inputs,
|
/device/generic/goldfish/ |
audio_policy.conf | 37 inputs { 55 inputs {
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
ManifestWriter.java | 25 String getManifest(Movie inputs) throws IOException;
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
PyReaderTest.java | 34 File[] inputs = getStreamsByExtension(".stream-error"); local 35 for (int i = 0; i < inputs.length; i++) { 36 InputStream input = new FileInputStream(inputs[i]); 42 fail("Invalid stream must not be accepted: " + inputs[i].getAbsolutePath()
|
/frameworks/av/services/audiopolicy/ |
audio_policy.conf | 114 inputs { 136 inputs {
|
/hardware/libhardware_legacy/audio/ |
audio_policy.conf | 37 inputs { 55 inputs {
|