Searched defs:program (Results 126 - 150 of 378) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc113 "%s: Could not create program", __FUNCTION__);
281 GLuint program = glCreateProgram(); local
282 if (program) {
283 glAttachShader(program, vertexShader);
285 glAttachShader(program, pixelShader);
287 glLinkProgram(program);
289 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
292 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
296 glGetProgramInfoLog(program, bufLength, NULL, buf);
298 "%s: Could not link program
[all...]
/external/chromium_org/win8/test/
H A Dopen_with_dialog_controller.cc248 const base::string16& program,
262 context_->Begin(parent_window, url_protocol, program, callback);
268 const base::string16& program,
284 parent_window, protocol, program,
245 Begin( HWND parent_window, const base::string16& url_protocol, const base::string16& program, const SetDefaultCallback& callback) argument
265 RunSynchronously( HWND parent_window, const base::string16& protocol, const base::string16& program, std::vector<base::string16>* choices) argument
/external/deqp/execserver/tools/
H A DxsClient.cpp140 std::string program; member in class:xs::CommandLine
185 msg.name = m_cmdLine.program;
294 printf(" --program=[program] Test program\n");
295 printf(" --params=[params] Test program params\n");
319 else if (deStringBeginsWith(arg, "--program="))
320 cmdLine.program = parseString(arg+10);
/external/deqp/executor/
H A DxeTestLogWriter.cpp321 const ri::ShaderProgram& program = static_cast<const ri::ShaderProgram&>(item); local
323 << Writer::Attribute("LinkStatus", getStatusName(program.linkStatus));
325 writeResultItem(program.linkInfoLog, dst);
327 for (int ndx = 0; ndx < program.shaders.getNumItems(); ndx++)
328 writeResultItem(program.shaders.getItem(ndx), dst);
/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp113 , program (program_)
122 const Program& program; member in class:rr::DrawCommand
/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp134 deUint32 program = 0; local
147 program = gl.createProgram();
151 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to create shaders and program");
189 gl.attachShader(program, vertexShader);
190 gl.attachShader(program, fragmentShader);
191 gl.linkProgram(program);
192 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup program");
197 gl.getProgramiv(program, GL_LINK_STATUS, &linkStatus);
198 gl.getProgramiv(program, GL_INFO_LOG_LENGTH, &infoLogLength);
202 gl.getProgramInfoLog(program, (gl
293 deUint32 program = 0; local
[all...]
/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.cpp195 void Texture2DRenderCase::setupProgram (deUint32 program) argument
200 int samplerLoc = gl.getUniformLocation(program, (string("u_sampler") + de::toString(texNdx)).c_str());
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp222 void Texture2DRenderCase::setupProgram (deUint32 program) argument
227 int samplerLoc = gl.getUniformLocation(program, (string("u_sampler") + de::toString(texNdx)).c_str());
/external/deqp/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp177 const deUint32 program = m_program->getProgram(); local
179 const deUint32 outBlockNdx = gl.getProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "Result");
180 const InterfaceBlockInfo outBlockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, outBlockNdx);
182 gl.useProgram(program);
187 const int valLoc = gl.getUniformLocation(program, "u_val[0]");
188 const int refLoc = gl.getUniformLocation(program, "u_ref[0]");
189 const int iterCountLoc = gl.getUniformLocation(program, "u_numIters");
316 const InterfaceVariableInfo outVarInfo = getProgramInterfaceVariableInfo(gl, program, GL_BUFFER_VARIABLE, outBlockInfo.activeVariables[0]);
/external/deqp/modules/glshared/
H A DglsShaderPerformanceCase.cpp21 * \brief Single-program test case wrapper for ShaderPerformanceMeasurer.
172 void ShaderPerformanceCase::setupProgram (deUint32 program) argument
174 DE_UNREF(program);
/external/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c63 struct program struct
89 static void init_prog(struct program *p)
282 static void close_prog(struct program *p)
307 static void draw(struct program *p)
348 struct program *p = CALLOC_STRUCT(program);
H A Dtri.c61 struct program struct
84 static void init_prog(struct program *p)
223 static void close_prog(struct program *p)
243 static void draw(struct program *p)
277 struct program *p = CALLOC_STRUCT(program);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c38 #include "program/prog_parameter.h"
97 /* Augment fragment program. Add instructions for pre- and
98 * post-fragment-program tasks such as interpolation and fogging.
196 bool uses_depth = (c->fp->program.Base.InputsRead &
246 if (c->fp->program.Base.OutputsWritten &
257 * All Mesa program -> GPU code generation goes through this function.
268 const GLuint *program; local
302 &fp->program);
337 /* get the program
339 program
[all...]
/external/mesa3d/src/mesa/main/
H A Des_generator.py120 # Get the name of the program (without the directory part) for use in
122 program = os.path.basename(sys.argv[0]) variable
135 sys.stderr.write("%s: %s. Use -h for help.\n" % (program, message))
140 sys.stderr.write("Usage: %s [-%s]\n" % (program, options))
158 sys.stderr.write("%s: only switch arguments are supported - use -h for help\n" % program)
163 sys.stderr.write("%s: version '%s' is not valid - use -h for help\n" % (program, version))
187 """ % (program, functionList, version, time.strftime("%Y-%m-%d %H:%M:%S"))
227 if verbose > 0: sys.stderr.write("%s: processing function %s\n" % (program, funcName))
463 sys.stderr.write("%s: can't find dependent param '%s' for function '%s'\n" % (program, dependentParamName, funcName))
H A Dnvprogram.c27 * NVIDIA vertex/fragment program state management functions.
47 #include "program/arbprogparse.h"
48 #include "program/nvfragparse.h"
49 #include "program/nvvertparse.h"
50 #include "program/program.h"
51 #include "program/prog_instruction.h"
52 #include "program/prog_parameter.h"
57 * Execute a vertex state program.
171 * Get a program paramete
282 _mesa_GetProgramStringNV(GLuint id, GLenum pname, GLubyte *program) argument
515 _mesa_emit_nv_temp_initialization(struct gl_context *ctx, struct gl_program *program) argument
563 _mesa_setup_nv_temporary_count(struct gl_program *program) argument
595 _mesa_LoadProgramNV(GLenum target, GLuint id, GLsizei len, const GLubyte *program) argument
[all...]
H A Dtransformfeedback.c44 #include "program/prog_parameter.h"
324 "glBeginTransformFeedback(no program active)");
573 _mesa_TransformFeedbackVaryings(GLuint program, GLsizei count, argument
599 shProg = _mesa_lookup_shader_program(ctx, program);
602 "glTransformFeedbackVaryings(program=%u)", program);
672 _mesa_GetTransformFeedbackVarying(GLuint program, GLuint index, argument
680 shProg = _mesa_lookup_shader_program(ctx, program);
683 "glGetTransformFeedbackVaryings(program=%u)", program);
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_program.c40 #include "program/prog_instruction.h"
41 #include "program/prog_statevars.h"
42 #include "program/prog_execute.h"
62 * Private storage for the vertex program pipeline stage.
65 /** The results of running the vertex program go into these arrays. */
209 * Called via ctx->Driver.ProgramStringNotify() after a new vertex program
213 _tnl_program_string(struct gl_context *ctx, GLenum target, struct gl_program *program) argument
216 * If we had derived anything from the program that was private to this
224 * Initialize virtual machine state prior to executing vertex program.
270 * Map the texture images which the vertex program wil
316 struct gl_vertex_program *program = ctx->VertexProgram._Current; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.h77 spe_program_handle_t program; member in struct:spu_data
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp18 "Display program cache usage.");
129 GrGLProgram* program = GrGLProgram::Create(fGpu, desc, colorStages, coverageStages); local
130 if (NULL == program) {
153 entry->fProgram.reset(program);
252 SkDEBUGFAIL("Failed to create program!");
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc420 vector<int>* program) {
441 CHECK_NOTNULL(program)->clear();
442 program->resize(product.size());
454 (*program)[product[0].index] = nnz;
467 (*program)[current.index] = nnz;
482 vector<int>* program) {
483 CHECK_NOTNULL(program)->clear();
505 return CompressAndFillProgram(m.num_cols(), m.num_cols(), product, program);
510 const vector<int>& program,
525 // Reuse the program segmen
417 CompressAndFillProgram(const int num_rows, const int num_cols, const vector<ProductTerm>& product, vector<int>* program) argument
480 CreateOuterProductMatrixAndProgram( const CompressedRowSparseMatrix& m, vector<int>* program) argument
508 ComputeOuterProduct( const CompressedRowSparseMatrix& m, const vector<int>& program, CompressedRowSparseMatrix* result) argument
[all...]
H A Dcompressed_row_sparse_matrix_test.cc536 vector<int> program; local
539 *matrix, &program));
541 program,
H A Dprogram.cc31 #include "ceres/program.h"
55 Program::Program(const Program& program) argument
56 : parameter_blocks_(program.parameter_blocks_),
57 residual_blocks_(program.residual_blocks_) {
133 // For parameters that appear in the program, set their position and offset.
/external/chromium_org/base/
H A Dcommand_line.cc158 CommandLine::CommandLine(const FilePath& program) argument
161 SetProgram(program);
297 void CommandLine::SetProgram(const FilePath& program) { argument
298 TrimWhitespace(program.value(), TRIM_ALL, &argv_[0]);
/external/chromium_org/courgette/
H A Ddisassembler_win32_x64.cc334 CheckBool DisassemblerWin32X64::ParseFile(AssemblyProgram* program) { argument
342 // ParseNonSectionFileRegion(file_offset, pe_info().length(), program);
348 program))
354 if (!ParseFileRegion(section, file_offset, end, program))
513 AssemblyProgram* program) {
523 if (!program->EmitByteInstruction(*p))
534 AssemblyProgram* program) {
550 if (!program->EmitOriginInstruction(start_rva))
562 if (!program->EmitPeRelocsInstruction())
579 if (!program
510 ParseNonSectionFileRegion( uint32 start_file_offset, uint32 end_file_offset, AssemblyProgram* program) argument
531 ParseFileRegion( const Section* section, uint32 start_file_offset, uint32 end_file_offset, AssemblyProgram* program) argument
[all...]
H A Ddisassembler_win32_x86.cc334 CheckBool DisassemblerWin32X86::ParseFile(AssemblyProgram* program) { argument
342 // ParseNonSectionFileRegion(file_offset, pe_info().length(), program);
348 program))
354 if (!ParseFileRegion(section, file_offset, end, program))
513 AssemblyProgram* program) {
523 if (!program->EmitByteInstruction(*p))
534 AssemblyProgram* program) {
550 if (!program->EmitOriginInstruction(start_rva))
562 if (!program->EmitPeRelocsInstruction())
579 if (!program
510 ParseNonSectionFileRegion( uint32 start_file_offset, uint32 end_file_offset, AssemblyProgram* program) argument
531 ParseFileRegion( const Section* section, uint32 start_file_offset, uint32 end_file_offset, AssemblyProgram* program) argument
[all...]

Completed in 2701 milliseconds

1234567891011>>