HomeSort by relevance Sort by last modified time
    Searched refs:Program (Results 301 - 325 of 595) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-le-13.d 14 Program Header:
tls-le-13s.d 14 Program Header:
tls-legd-16.d 19 Program Header:
tls-legd-17.d 19 Program Header:
tls-legdx-16.d 17 Program Header:
tls-legdx-17.d 17 Program Header:
tls-leie-18.d 16 Program Header:
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 50 struct ATSParser::Program : public RefBase {
51 Program(ATSParser *parser, unsigned programNumber, unsigned programMapPID,
111 DISALLOW_EVIL_CONSTRUCTORS(Program);
115 Stream(Program *program,
148 Program *mProgram;
223 ATSParser::Program::Program(
232 ALOGV("new program number %u", programNumber);
235 bool ATSParser::Program::parsePSISection
1281 const sp<Program> &program = mPrograms.itemAt(index); local
1508 const sp<Program> &program = mPrograms.editItemAt(i); local
1542 const sp<Program> &program = mPrograms.itemAt(i); local
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h 34 // compiles the policy to a BPF program, which it returns.
35 CodeGen::Program Compile();
116 // Returns a BPF program snippet that implements a jump table for the
125 // Returns a BPF program that evaluates half of a conditional expression;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c 57 for(inst = fc_state->C->Program.Instructions.Next;
58 inst != &fc_state->C->Program.Instructions;
217 for(inst = c->Program.Instructions.Next;
218 inst != &c->Program.Instructions;
  /frameworks/base/rs/java/android/renderscript/
ProgramVertex.java 19 * <p>The RenderScript vertex program, also known as a vertex shader, describes a stage in
24 * <li>GLSL shader string that defines the body of the program</li>
28 * <p>Once the program is created, you bind it to the graphics context, RenderScriptGL, and it will be used for
29 * all subsequent draw calls until you bind a new program. If the program has constant inputs,
50 public class ProgramVertex extends Program {
91 * @param rs Context to which the program will belong.
99 * Add varying inputs to the program
Program.java 31 * Program is a base class for all the objects that modify
35 public class Program extends BaseObj {
43 * TextureType specifies what textures are attached to Program
77 Program(long id, RenderScript rs) {
83 * Program object can have zero or more constant allocations
92 * Returns the type of the constant buffer used in the program
106 * Returns the number of textures used in this program object
140 * program
143 * @param slot index within the program's list of constant
159 * Binds a texture to be used in the program
    [all...]
  /frameworks/rs/
rsAllocation.h 36 class Program;
154 void addProgramToDirty(const Program *);
155 void removeProgramToDirty(const Program *);
216 Vector<const Program *> mToDirtyList;
  /packages/apps/TV/src/com/android/tv/search/
DataManagerSearch.java 33 import com.android.tv.data.Program;
134 Program program = mProgramDataManager.getCurrentProgram(channel.getId()); local
135 if (program == null) {
138 if (contains(program.getTitle(), query)
139 && !isRatingBlocked(program.getContentRatings())) {
140 addResult(results, channelsFound, channel, program);
150 Program program = mProgramDataManager.getCurrentProgram(channel.getId()); local
151 if (program == null)
    [all...]
  /external/ceres-solver/internal/ceres/
solver_impl.cc 55 #include "ceres/program.h"
69 Program* program,
75 minimizer_options.is_constrained = program->IsBoundsConstrained();
79 Vector parameters(program->NumParameters());
83 program->ParameterBlocksToStateVector(parameters.data());
92 StateUpdatingCallback updating_callback(program, parameters.data());
129 program->StateVectorToParameterBlocks(parameters.data());
130 program->CopyParameterBlockStateToUserState();
139 Program* program
610 const Program& program = problem_impl->program(); local
    [all...]
  /frameworks/base/libs/hwui/
Program.h 95 // Program description
99 * Describe the features required for a given program. The features
203 * the fragment shader. When this method returns true, the program should
213 * the fragment shader. When this method returns true, the program should
223 * Computes the unique key identifying this program.
269 * Logs the specified message followed by the key identifying this program.
295 * A program holds a vertex and a fragment shader. It offers several utility
298 class Program {
306 * Creates a new program with the specified vertex and fragment
309 Program(const ProgramDescription& description, const char* vertex, const char* fragment)
    [all...]
ProgramCache.cpp 400 PROGRAM_LOGD("Clearing program cache");
404 Program* ProgramCache::get(const ProgramDescription& description) {
407 // program for A8, unmodulated, texture w/o shader (black text/path textures) is equivalent
408 // to standard texture program (bitmaps, patches). Consider them equivalent.
413 Program* program = nullptr; local
415 description.log("Could not find program");
416 program = generateProgram(description, key);
417 mCache[key] = std::unique_ptr<Program>(program);
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AutoFixFilter.java 24 import android.filterfw.core.Program;
148 private Program mShaderProgram;
149 private Program mNativeProgram;
242 // Create program if not created already
  /packages/apps/TV/src/com/android/tv/dvr/ui/
ScheduledRecordingPresenter.java 34 import com.android.tv.data.Program;
80 protected void onPostExecute(Program program) {
81 super.onPostExecute(program);
82 setTitleAndImage(cardView, recording, program);
110 @Nullable Program program) {
111 if (program != null) {
112 cardView.setTitle(program.getTitle());
113 cardView.setImageUri(program.getPosterArtUri())
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
ChannelCardView.java 34 import com.android.tv.data.Program;
59 private Program mProgram;
142 ChannelCardView cardView, final Program program) {
147 || program.getChannelId() != cardView.mProgram.getChannelId()
148 || program.getChannelId() != cardView.mChannel.getId()) {
214 Log.e(TAG, "Fails to check program's content rating.");
  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/
RecordingTaskTest.java 39 import com.android.tv.data.Program;
145 Program p = r.getProgramId() == ScheduledRecording.ID_NOT_SET ? null
146 : new Program.Builder().setId(r.getId()).build();
  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RoutineWatchEvaluatorTest.java 22 import com.android.tv.data.Program;
147 // So, this program looks like it ends at Tomorrow 06:00 (30:00).
255 private Program createDummyProgram(Calendar startTime, long programDurationMs) {
258 return new Program.Builder().setStartTimeUtcMillis(startTimeMs)
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 2 * drawElements Quality Program OpenGL (ES) Module
680 class Program
683 Program (void);
684 ~Program (void);
695 Program (const Program&); // Not allowed.
696 Program& operator= (const Program&); // Not allowed.
708 Program::Program (void
1297 Program& program = m_programs->get(programName); member in namespace:deqp::gls::LongStressCaseInternal
    [all...]
  /external/mesa3d/src/mesa/main/
state.c 45 #include "program/program.h"
46 #include "program/prog_parameter.h"
77 * program is enabled AND valid. Similarly for ATI fragment shaders.
98 * we're generating a fragment program from fixed-function texture state.
101 * or fragment program is being used.
126 * program (and vice versa) here, but in practice that shouldn't ever
137 gl_fragment_program(fsProg->_LinkedShaders[MESA_SHADER_FRAGMENT]->Program));
142 /* Use user-defined fragment program */
152 /* Use fragment program generated from fixed-function state *
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
operands.s 153 | Program counter indirect with displacement
159 | Program counter indirect with index (8-bit displacement)
172 | Program counter indirect with index (base displacement)
196 | Program counter memory indirect postindexed
222 | Program counter memory indirect preindexed

Completed in 664 milliseconds

<<11121314151617181920>>