HomeSort by relevance Sort by last modified time
    Searched refs:program (Results 226 - 250 of 1556) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/llvm-build/llvmbuild/
util.py 5 program = os.path.basename(sys.argv[0])
6 sys.stderr.write('%s: %s: %s\n' % (program, kind, message))
  /external/mesa3d/src/mesa/program/
prog_cache.h 59 struct gl_program *program);
65 struct gl_shader_program *program);
  /external/valgrind/main/gdbserver_tests/
nlgone_abrt.stdoutB.exp 2 Program received signal SIGABRT, Aborted.
5 Program terminated with signal SIGABRT, Aborted.
6 The program no longer exists.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ProgramVariable.java 25 private Program mProgram;
28 public ProgramVariable(Program program, String varName) {
29 mProgram = program;
33 public Program getProgram() {
43 throw new RuntimeException("Attempting to set program variable '" + mVarName
44 + "' but the program is null!");
51 throw new RuntimeException("Attempting to get program variable '" + mVarName
52 + "' but the program is null!");
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_cb.xdr 68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
71 program LOC_APICBPROG {
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_cb.xdr 77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 )
80 program LOC_APICBPROG {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
yppasswd.x 37 program YPPASSWDPROG {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yppasswd.x 37 program YPPASSWDPROG {
  /external/chromium_org/cc/output/
gl_renderer.cc 529 const TileCheckerboardProgram* program = GetTileCheckerboardProgram(); local
530 DCHECK(program && (program->initialized() || IsContextLost()));
531 SetUseProgram(program->program());
535 gl_->Uniform4f(program->fragment_shader().color_location(),
550 gl_->Uniform4f(program->fragment_shader().tex_transform_location(),
557 gl_->Uniform1f(program->fragment_shader().frequency_location(),
561 program->fragment_shader().alpha_location());
565 program->vertex_shader().matrix_location())
573 const DebugBorderProgram* program = GetDebugBorderProgram(); local
1113 const RenderPassMaskProgramAA* program = local
1132 const RenderPassMaskProgram* program = local
1148 const RenderPassProgramAA* program = local
1161 const RenderPassMaskColorMatrixProgramAA* program = local
1184 const RenderPassColorMatrixProgramAA* program = local
1201 const RenderPassMaskColorMatrixProgram* program = local
1221 const RenderPassColorMatrixProgram* program = local
1235 const RenderPassProgram* program = local
1343 unsigned program; member in struct:cc::SolidColorProgramUniforms
1515 unsigned program; member in struct:cc::TileProgramUniforms
1759 const VideoYUVAProgram* program = GetVideoYUVAProgram(tex_coord_precision); local
1773 const VideoYUVProgram* program = GetVideoYUVProgram(tex_coord_precision); local
1861 const VideoStreamTextureProgram* program = local
2262 const RenderPassProgram* program = GetRenderPassProgram(tex_coord_precision); local
2745 RenderPassProgram* program = &render_pass_program_[precision]; local
2758 RenderPassProgramAA* program = &render_pass_program_aa_[precision]; local
2771 RenderPassMaskProgram* program = &render_pass_mask_program_[precision]; local
2784 RenderPassMaskProgramAA* program = &render_pass_mask_program_aa_[precision]; local
2797 RenderPassColorMatrixProgram* program = local
2811 RenderPassColorMatrixProgramAA* program = local
2826 RenderPassMaskColorMatrixProgram* program = local
2841 RenderPassMaskColorMatrixProgramAA* program = local
2859 TileProgram* program = &tile_program_[precision][sampler]; local
2875 TileProgramOpaque* program = &tile_program_opaque_[precision][sampler]; local
2891 TileProgramAA* program = &tile_program_aa_[precision][sampler]; local
2907 TileProgramSwizzle* program = &tile_program_swizzle_[precision][sampler]; local
2923 TileProgramSwizzleOpaque* program = local
2940 TileProgramSwizzleAA* program = &tile_program_swizzle_aa_[precision][sampler]; local
2953 TextureProgram* program = &texture_program_[precision]; local
2966 NonPremultipliedTextureProgram* program = local
2981 TextureBackgroundProgram* program = &texture_background_program_[precision]; local
2995 NonPremultipliedTextureBackgroundProgram* program = local
3010 TextureProgram* program = &texture_io_surface_program_[precision]; local
3023 VideoYUVProgram* program = &video_yuv_program_[precision]; local
3036 VideoYUVAProgram* program = &video_yuva_program_[precision]; local
3051 VideoStreamTextureProgram* program = local
    [all...]
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 94 GLuint program = glCreateProgram(); local
95 if (program) {
96 glAttachShader(program, vertexShader);
98 glAttachShader(program, pixelShader);
100 glLinkProgram(program);
102 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
105 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
109 glGetProgramInfoLog(program, bufLength, NULL, buf);
110 LOGE("Could not link program:\n%s\n", buf);
114 glDeleteProgram(program);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextUtil.cpp 2 * drawElements Quality Program OpenGL ES Utilities
31 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1)
36 drawQuadWithVaoBuffers(ctx, program, p0, p1);
40 drawQuadWithClientPointers(ctx, program, p0, p1);
44 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1)
64 deInt32 posLoc = ctx.getAttribLocation(program, "a_position");
65 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord");
74 ctx.useProgram(program);
114 void drawQuadWithClientPointers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1)
134 deInt32 posLoc = ctx.getAttribLocation(program, "a_position")
    [all...]
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 74 GLuint program = glCreateProgram(); local
75 if (program) {
76 glAttachShader(program, vertexShader);
78 glAttachShader(program, pixelShader);
80 glLinkProgram(program);
82 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
85 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
89 glGetProgramInfoLog(program, bufLength, NULL, buf);
90 ALOGE("Could not link program:\n%s\n", buf);
94 glDeleteProgram(program);
    [all...]
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 74 GLuint program = glCreateProgram(); local
75 if (program) {
76 glAttachShader(program, vertexShader);
78 glAttachShader(program, pixelShader);
80 glLinkProgram(program);
82 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
85 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
89 glGetProgramInfoLog(program, bufLength, NULL, buf);
90 ALOGE("Could not link program:\n%s\n", buf);
94 glDeleteProgram(program);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 78 GLuint program = glCreateProgram(); local
79 if (program)
81 glAttachShader(program, vertexShader);
83 glAttachShader(program, pixelShader);
86 glLinkProgram(program);
88 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
90 LOGI("Program Linked!");
95 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
101 glGetProgramInfoLog(program, bufLength, NULL, buf);
102 LOGE("Could not link program:\n%s\n", buf)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp 2 * drawElements Quality Program OpenGL ES 3.0 Module
111 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum pname, GLenum reference)
114 gl.glGetProgramiv(program, pname, &state);
119 void verifyActiveUniformParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLuint index, GLenum pname, GLenum reference)
122 gl.glGetActiveUniformsiv(program, 1, &index, pname, &state);
128 void verifyActiveUniformBlockParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLuint blockIndex, GLenum pname, GLenum reference)
131 gl.glGetActiveUniformBlockiv(program, blockIndex, pname, &state);
257 void verifyUniformValue1f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x)
262 gl.glGetUniformfv(program, location, state);
282 void verifyUniformValue2f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y
1211 GLuint program = glCreateProgram(); local
1279 GLuint program = glCreateProgram(); local
1310 GLuint program = glCreateProgram(); local
1355 GLuint program = glCreateProgram(); local
1458 GLuint program = glCreateProgram(); local
1611 GLuint program = glCreateProgram(); local
1706 GLuint program = glCreateProgram(); local
1851 GLuint program = glCreateProgram(); local
2038 GLuint program = glCreateProgram(); local
2941 GLuint program = glCreateProgram(); local
3012 GLuint program = glCreateProgram(); local
3083 GLuint program = glCreateProgram(); local
3155 GLuint program = glCreateProgram(); local
3243 GLuint program = glCreateProgram(); local
3306 GLuint program = glCreateProgram(); local
3413 GLuint program = glCreateProgram(); local
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 264 void GLSharedGroup::addProgramData(GLuint program)
267 m_programs.set(program, new ProgramData());
270 void GLSharedGroup::initProgramData(GLuint program, GLuint numIndexes)
273 ProgramData *pData = m_programs.get(program);
279 bool GLSharedGroup::isProgramInitialized(GLuint program)
282 ProgramData* pData = m_programs.get(program);
286 void GLSharedGroup::deleteProgramData(GLuint program)
289 m_programs.remove(program);
292 void GLSharedGroup::attachShader(GLuint program, GLuint shader)
295 ProgramData* programData = m_programs.get(program);
    [all...]
  /external/lldb/test/unittest2/test/
test_discovery.py 205 program = object.__new__(unittest2.TestProgram)
210 program._do_discovery = do_discovery
211 program.parseArgs(['something', 'discover'])
214 program.parseArgs(['something', 'discover', 'foo', 'bar'])
223 program = object.__new__(unittest2.TestProgram)
224 program.usageExit = usageExit
228 lambda: program._do_discovery(['one', 'two', 'three', 'four']))
232 program = object.__new__(unittest2.TestProgram)
240 program._do_discovery(['-v'], Loader=Loader)
241 self.assertEqual(program.verbosity, 2
    [all...]
  /external/ceres-solver/internal/ceres/
block_jacobian_writer.h 49 class Program;
55 Program* program);
75 Program* program_;
callbacks.h 41 class Program;
47 StateUpdatingCallback(Program* program, double* parameters);
51 Program* program_;
scratch_evaluate_preparer.h 43 class Program;
50 static ScratchEvaluatePreparer* Create(const Program &program,
solver_impl.h 48 class Program;
66 Program* program,
78 Program* program,
82 // Create the transformed Program, which has all the fixed blocks
84 // ordering, has the E blocks first in the resulting program, with
89 static Program* CreateReducedProgram(Solver::Options* options,
102 // Create the appropriate evaluator for the transformed program.
106 Program* program
    [all...]
  /external/chromium_org/courgette/
adjustment_method.h 34 // Adjusts |program| to increase similarity to |model|. |program| can be
38 AssemblyProgram* program) = 0;
courgette.h 113 // assembly program in-place.
114 Status TrimLabels(AssemblyProgram* program);
116 // Converts |program| into encoded form, returning it as |*output|.
119 Status Encode(AssemblyProgram* program, EncodedProgram** output);
130 // Deserializes program from the stream set.
136 void DeleteAssemblyProgram(AssemblyProgram* program);
141 // Adjusts |program| to look more like |model|.
143 Status Adjust(const AssemblyProgram& model, AssemblyProgram *program);
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper.h 29 GLuint program, uint32 name_bucket_id,
34 c->Init(program, name_bucket_id, location_shm_id, location_shm_offset);
39 GLuint program, uint32 name_bucket_id,
44 c->Init(program, name_bucket_id, location_shm_id, location_shm_offset);
  /external/chromium_org/ppapi/tests/
create_nonsfi_test_nmf.py 25 _PROGRAM_KEY = 'program'
33 '--program', metavar='FILE', help='Main program nexe')
46 def BuildNmfMap(root_path, program, extra_files):
51 # The program path is relative to the root_path.
52 _URL_KEY: os.path.relpath(program, root_path)
63 # Note: use path as is, unlike program path.
81 if not args.program:
82 logging.error('--program is not specified.')
89 args.program, args.extra_files
    [all...]

Completed in 1442 milliseconds

1 2 3 4 5 6 7 8 91011>>