Home
last modified time | relevance | path

Searched refs:programs (Results 101 - 125 of 147) sorted by relevance

123456

/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak123 # The source directory for data needed for test programs.
/third_party/ffmpeg/
H A Dconfigure94 use rpath when linking programs (USE WITH CARE)
111 --disable-all disable building components, libraries and programs
115 --disable-programs do not build command line programs
3817 # programs
4135 --disable-programs)
/third_party/mesa3d/include/CL/
H A Dcl2.hpp202 * programs.
6830 cl_program programs[2] = { input1(), input2() }; in linkProgram() local
6843 programs, in linkProgram()
6865 vector<cl_program> programs(inputPrograms.size()); in linkProgram()
6868 programs[i] = inputPrograms[i](); in linkProgram()
6884 programs.data(), in linkProgram()
H A Dcl.hpp5402 cl_program programs[2] = { input1(), input2() }; in linkProgram() local
5415 programs, in linkProgram()
5437 cl_program * programs = (cl_program*) alloca(inputPrograms.size() * sizeof(cl_program)); in linkProgram() local
5439 if (programs != NULL) { in linkProgram()
5441 programs[i] = inputPrograms[i](); in linkProgram()
5458 programs, in linkProgram()
/third_party/ffmpeg/fftools/
H A Dffprobe.c264 [SECTION_ID_PROGRAMS] = { SECTION_ID_PROGRAMS, "programs", SECTION_FLAG_IS_ARRAY, { SECTION_ID_PROGRAM, -1 } },
3198 AVProgram *program = fmt_ctx->programs[i]; in show_programs()
3955 DEFINE_OPT_SHOW_SECTION(programs, PROGRAMS)
3984 { "show_programs", 0, { .func_arg = &opt_show_programs }, "show programs info" },
4066 SET_DO_SHOW(PROGRAMS, programs); in main()
H A Dffmpeg_opt.c764 meta = &context->programs[index]->metadata;\ in copy_metadata()
2919 /* process manually set programs */ in open_output_file()
3036 m = &oc->programs[index]->metadata; in open_output_file()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp3213 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid programs: " << invalid_programs in iterate()
3232 m_testCtx.getLog() << tcu::TestLog::Message << "Total programs: " << linked_programs << tcu::TestLog::EndMessage; in iterate()
3660 * @param program_collection Collection of programs
3687 const programCollectionForFunction* programs = 0; local
3692 programs = program_collection.getPrograms(function->m_function);
3693 program = programs->getProgram(shader->m_type);
4239 /** Get collection of programs for sampling function
4243 * @return Collection of programs for given sampling function
/third_party/mbedtls/tests/
H A Dssl-opt.sh33 : ${P_SRV:=../programs/ssl/ssl_server2}
34 : ${P_CLI:=../programs/ssl/ssl_client2}
35 : ${P_PXY:=../programs/test/udp_proxy}
36 : ${P_QUERY:=../programs/test/query_compile_time_config}
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DStateChangeTest.cpp1178 // unrelated to switching programs. in TEST_P()
1192 // Create 2 shader programs differing only in the number of active samplers. in TEST_P()
1605 // Generate a program pipeline and attach the programs to their respective stages in bindProgramPipeline()
6251 // Test that switching between programs that only contain default uniforms is correct.
6277 GLuint programs[kProgramCount] = {program1, program2};
6280 glUseProgram(programs[i]);
6281 GLint uniformLoc = glGetUniformLocation(programs[i], "u_value");
6286 // Ensure position is at location 0 in both programs.
6287 GLint positionLocation = glGetAttribLocation(programs[i], "a_position");
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp506 vector<ShaderProgramObjectContainer*> programs; in ~ReferenceContext() local
507 m_programs.getAll(programs); in ~ReferenceContext()
508 for (vector<ShaderProgramObjectContainer*>::iterator i = programs.begin(); i != programs.end(); i++) in ~ReferenceContext()
/third_party/gn/src/gn/
H A Dvariables.cc1085 This is normally used for things like plugins or helper programs that a
/third_party/lzma/Asm/x86/
H A DLzmaDecOpt.asm781 jmp short len_mid_2 ; we use short here for MASM that doesn't optimize that code as another assembler programs
/third_party/mbedtls/tests/data_files/
H A DMakefile18 MBEDTLS_CERT_WRITE ?= $(TOP_DIR)/programs/x509/cert_write
19 MBEDTLS_CERT_REQ ?= $(TOP_DIR)/programs/x509/cert_req
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp2187 const gl::ResourceMap<gl::Program, gl::ShaderProgramID> &programs = in syncObjectPerfCounters() local
2189 for (const std::pair<GLuint, gl::Program *> &resource : programs) in syncObjectPerfCounters()
/third_party/libevdev/
H A Dconfigure1467 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1535 it to find libraries and programs with nonstandard names/locations.
3250 as_fn_error 77 "cannot run C compiled programs.
3832 # Reject install programs that cannot install multiple files.
4593 to the behaviour of most rm programs out there, and not conforming with
4670 # Check for programs
8824 *** depend on shared libraries, but programs linked with such libtool
8891 *** depend on shared libraries, but programs linked with such libtool
11397 # libtool to hard-code these into programs
12111 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dconfigure1439 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1477 programs directly they will typically #include
1560 it to find libraries and programs with nonstandard names/locations.
2357 # Reject install programs that cannot install multiple files.
2893 to the behaviour of most rm programs out there, and not conforming with
2959 # Checks for programs.
3482 as_fn_error $? "cannot run C compiled programs.
8623 *** depend on shared libraries, but programs linked with such libtool
8689 *** depend on shared libraries, but programs linked with such libtool
11179 # libtool to hard-code these into programs
[all...]
/third_party/openGLES/api/GL/
H A Dglext.h3244 typedef void (APIENTRYP PFNGLDELETEPROGRAMSARBPROC) (GLsizei n, const GLuint *programs);
3245 typedef void (APIENTRYP PFNGLGENPROGRAMSARBPROC) (GLsizei n, GLuint *programs);
3264 GLAPI void APIENTRY glDeleteProgramsARB (GLsizei n, const GLuint *programs);
3265 GLAPI void APIENTRY glGenProgramsARB (GLsizei n, GLuint *programs);
11712 typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n, const GLuint *programs, GLboolean *residences);
11714 typedef void (APIENTRYP PFNGLDELETEPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);
11716 typedef void (APIENTRYP PFNGLGENPROGRAMSNVPROC) (GLsizei n, GLuint *programs);
11734 typedef void (APIENTRYP PFNGLREQUESTRESIDENTPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);
11777 GLAPI GLboolean APIENTRY glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences);
11779 GLAPI void APIENTRY glDeleteProgramsNV (GLsizei n, const GLuint *programs);
[all...]
/third_party/mesa3d/include/GL/
H A Dglext.h3251 typedef void (APIENTRYP PFNGLDELETEPROGRAMSARBPROC) (GLsizei n, const GLuint *programs);
3252 typedef void (APIENTRYP PFNGLGENPROGRAMSARBPROC) (GLsizei n, GLuint *programs);
3271 GLAPI void APIENTRY glDeleteProgramsARB (GLsizei n, const GLuint *programs);
3272 GLAPI void APIENTRY glGenProgramsARB (GLsizei n, GLuint *programs);
11588 typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n, const GLuint *programs, GLboolean *residences);
11590 typedef void (APIENTRYP PFNGLDELETEPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);
11592 typedef void (APIENTRYP PFNGLGENPROGRAMSNVPROC) (GLsizei n, GLuint *programs);
11610 typedef void (APIENTRYP PFNGLREQUESTRESIDENTPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);
11653 GLAPI GLboolean APIENTRY glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences);
11655 GLAPI void APIENTRY glDeleteProgramsNV (GLsizei n, const GLuint *programs);
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h3287 typedef void (APIENTRYP PFNGLDELETEPROGRAMSARBPROC) (GLsizei n, const GLuint *programs);
3288 typedef void (APIENTRYP PFNGLGENPROGRAMSARBPROC) (GLsizei n, GLuint *programs);
3307 GLAPI void APIENTRY glDeleteProgramsARB (GLsizei n, const GLuint *programs);
3308 GLAPI void APIENTRY glGenProgramsARB (GLsizei n, GLuint *programs);
11327 typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n, const GLuint *programs, GLboolean *residences);
11329 typedef void (APIENTRYP PFNGLDELETEPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);
11331 typedef void (APIENTRYP PFNGLGENPROGRAMSNVPROC) (GLsizei n, GLuint *programs);
11349 typedef void (APIENTRYP PFNGLREQUESTRESIDENTPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);
11392 GLAPI GLboolean APIENTRY glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences);
11394 GLAPI void APIENTRY glDeleteProgramsNV (GLsizei n, const GLuint *programs);
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h3287 typedef void (APIENTRYP PFNGLDELETEPROGRAMSARBPROC) (GLsizei n, const GLuint *programs);
3288 typedef void (APIENTRYP PFNGLGENPROGRAMSARBPROC) (GLsizei n, GLuint *programs);
3307 GLAPI void APIENTRY glDeleteProgramsARB (GLsizei n, const GLuint *programs);
3308 GLAPI void APIENTRY glGenProgramsARB (GLsizei n, GLuint *programs);
11326 typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n, const GLuint *programs, GLboolean *residences);
11328 typedef void (APIENTRYP PFNGLDELETEPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);
11330 typedef void (APIENTRYP PFNGLGENPROGRAMSNVPROC) (GLsizei n, GLuint *programs);
11348 typedef void (APIENTRYP PFNGLREQUESTRESIDENTPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);
11391 GLAPI GLboolean APIENTRY glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences);
11393 GLAPI void APIENTRY glDeleteProgramsNV (GLsizei n, const GLuint *programs);
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpegtsenc.c1139 AVProgram *program = s->programs[i]; in mpegts_init()
H A Dhls.c1442 * needed (regardless of whether whole programs are discarded or not). */ in playlist_needed()
1446 /* Otherwise, check if all the programs (variants) this playlist is in are in playlist_needed()
1447 * discarded. Since all streams in the playlist are part of the same programs in playlist_needed()
1448 * we can just check the programs of the first stream. */ in playlist_needed()
1453 AVProgram *program = s->programs[i]; in playlist_needed()
1464 /* some streams were not discarded but all the programs were */ in playlist_needed()
H A Ddemux.c1638 AVProgram *const p = ic->programs[i]; in update_stream_timings()
/third_party/eudev/
H A Dconfigure1473 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1503 --disable-programs disable programs (udevd, udevadm and helpers)
1560 it to find libraries and programs with nonstandard names/locations.
3358 as_fn_error $? "cannot run C compiled programs.
4370 # Reject install programs that cannot install multiple files.
5094 to the behaviour of most rm programs out there, and not conforming with
8883 *** depend on shared libraries, but programs linked with such libtool
8949 *** depend on shared libraries, but programs linked with such libtool
11439 # libtool to hard-code these into programs
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_params.cpp2287 ShaderProgramID programs, in CaptureBindFragmentInputLocationCHROMIUM_name()
2285 CaptureBindFragmentInputLocationCHROMIUM_name(const State &glState, bool isCallValid, ShaderProgramID programs, GLint location, const GLchar *name, ParamCapture *paramCapture) CaptureBindFragmentInputLocationCHROMIUM_name() argument

Completed in 305 milliseconds

123456