Searched refs:program (Results 101 - 125 of 1004) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp119 GLuint program = glCreateProgram();
120 glShaderSource(program, 0, 0, 0);
124 glDeleteProgram(program);
137 GLuint program = glCreateProgram();
138 glCompileShader(program);
142 glDeleteProgram(program);
191 GLuint program = glCreateProgram();
193 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
199 glAttachShader(program, progra
[all...]
H A Des3fShaderStateQueryTests.cpp111 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum pname, GLenum reference) argument
114 gl.glGetProgramiv(program, pname, &state);
119 void verifyActiveUniformParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLuint index, GLenum pname, GLenum reference) argument
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) argument
131 gl.glGetActiveUniformBlockiv(program, blockIndex, pname, &state);
257 void verifyUniformValue1f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x) argument
262 gl.glGetUniformfv(program, location, state);
282 void verifyUniformValue2f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y) argument
287 gl.glGetUniformfv(program, locatio
310 verifyUniformValue3f(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z) argument
341 verifyUniformValue4f(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z, float w) argument
375 verifyUniformValue1i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x) argument
400 verifyUniformValue2i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y) argument
428 verifyUniformValue3i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y, GLint z) argument
459 verifyUniformValue4i(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w) argument
493 verifyUniformValue1ui(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x) argument
518 verifyUniformValue2ui(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x, GLuint y) argument
546 verifyUniformValue3ui(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x, GLuint y, GLuint z) argument
577 verifyUniformValue4ui(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w) argument
612 verifyUniformValues(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values) argument
635 verifyUniformMatrixValues(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values, bool transpose) argument
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...]
H A Des3fShaderApiTests.cpp188 void drawWithProgram (glu::RenderContext& renderCtx, deUint32 program) argument
201 gl.useProgram(program);
208 glu::draw(renderCtx, program, DE_LENGTH_OF_ARRAY(vertexArrays), &vertexArrays[0], glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
348 void logProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocator& shaders) argument
350 log << TestLog::ShaderProgram(program.getLinkStatus(), program.getInfoLog());
363 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, glu::Shader& vertShader, glu::Shader& fragShader) argument
367 log << TestLog::ShaderProgram(program.getLinkStatus(), program.getInfoLog());
440 // Base class for simple program AP
482 const GLuint program = glCreateProgram(); local
843 buildProgram(glu::Program& program, ShaderAllocator& shaders) argument
860 verify(glu::Program& program, const glu::ProgramInfo& reference) argument
949 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
971 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
994 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
1017 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
1041 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
1064 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
1152 getProgramBinary(ProgramBinary& out, GLuint program) argument
1173 loadProgramBinary(ProgramBinary& binary, GLuint program) argument
1294 setUniformsRandom(glu::ShaderProgram& program) argument
1317 verifyUniformInt(glu::ShaderProgram& program, const std::string& name) argument
1331 verifyUniformFloat(glu::ShaderProgram& program, const std::string& name) argument
1345 verifyUniformsReset(glu::ShaderProgram& program) argument
1365 log << program; local
1417 buildProgram(glu::Program& program, ShaderAllocator& shaders) argument
1434 verify(glu::Program& program, const ProgramBinary& binary) argument
1514 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
1536 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
1559 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
1582 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
1606 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
1629 executeForProgram(glu::Program& program, ShaderAllocator& shaders) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp113 GLuint program = ctx.glCreateProgram(); local
114 ctx.glShaderSource(program, 0, 0, 0);
118 ctx.glDeleteProgram(program);
132 GLuint program = ctx.glCreateProgram(); local
133 ctx.glCompileShader(program);
137 ctx.glDeleteProgram(program);
202 GLuint program = ctx.glCreateProgram(); local
204 ctx.beginSection("GL_INVALID_OPERATION is generated if program is not a program object.");
210 ctx.glAttachShader(program, progra
245 GLuint program = ctx.glCreateProgram(); local
474 GLuint program = ctx.glCreateProgram(); local
716 GLuint program = ctx.glCreateProgram(); local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_cache.h59 struct gl_program *program);
65 struct gl_shader_program *program);
H A Dnvvertparse.h40 struct gl_vertex_program *program);
H A Dprog_optimize.h45 _mesa_optimize_program(struct gl_context *ctx, struct gl_program *program);
/external/chromium_org/win8/test/
H A Dopen_with_dialog_controller.h19 // Asynchronously drives Windows 8's OpenWithDialog into making a given program
26 // possible choices if the desired program could not be selected.
33 // Starts the process of making |program| the default handler for
37 // Note: This will fail if |program| is already default for |url_protocol|
38 // since |program| will not show up verbatim in the dialog (e.g., in EN-US, it
42 const base::string16& program,
48 // if the desired program could not be selected.
51 const base::string16& program,
/external/mesa3d/src/mesa/program/
H A Dprog_cache.h59 struct gl_program *program);
65 struct gl_shader_program *program);
H A Dnvvertparse.h40 struct gl_vertex_program *program);
H A Dprog_optimize.h45 _mesa_optimize_program(struct gl_context *ctx, struct gl_program *program);
/external/valgrind/main/gdbserver_tests/
H A Dnlgone_abrt.stdoutB.exp6 The program no longer exists.
/external/chromium_org/cc/output/
H A Dgl_renderer.cc538 const TileCheckerboardProgram* program = GetTileCheckerboardProgram(); local
539 DCHECK(program && (program->initialized() || IsContextLost()));
540 SetUseProgram(program->program());
544 gl_->Uniform4f(program->fragment_shader().color_location(),
559 gl_->Uniform4f(program->fragment_shader().tex_transform_location(),
566 gl_->Uniform1f(program->fragment_shader().frequency_location(),
570 program->fragment_shader().alpha_location());
574 program
582 const DebugBorderProgram* program = GetDebugBorderProgram(); local
1140 const RenderPassMaskProgramAA* program = local
1159 const RenderPassMaskProgram* program = local
1175 const RenderPassProgramAA* program = local
1188 const RenderPassMaskColorMatrixProgramAA* program = local
1211 const RenderPassColorMatrixProgramAA* program = local
1228 const RenderPassMaskColorMatrixProgram* program = local
1248 const RenderPassColorMatrixProgram* program = local
1262 const RenderPassProgram* program = local
1370 unsigned program; member in struct:cc::SolidColorProgramUniforms
1379 SolidColorUniformLocation(T program, SolidColorProgramUniforms* uniforms) argument
1542 unsigned program; member in struct:cc::TileProgramUniforms
1554 TileUniformLocation(T program, TileProgramUniforms* uniforms) argument
1786 const VideoYUVAProgram* program = GetVideoYUVAProgram(tex_coord_precision); local
1800 const VideoYUVProgram* program = GetVideoYUVProgram(tex_coord_precision); local
1888 const VideoStreamTextureProgram* program = local
1962 Set(Program* program) argument
1978 Set(Program* program) argument
2258 SetUseProgram(unsigned program) argument
2286 const RenderPassProgram* program = GetRenderPassProgram(tex_coord_precision); local
2768 RenderPassProgram* program = &render_pass_program_[precision]; local
2781 RenderPassProgramAA* program = &render_pass_program_aa_[precision]; local
2794 RenderPassMaskProgram* program = &render_pass_mask_program_[precision]; local
2807 RenderPassMaskProgramAA* program = &render_pass_mask_program_aa_[precision]; local
2820 RenderPassColorMatrixProgram* program = local
2834 RenderPassColorMatrixProgramAA* program = local
2849 RenderPassMaskColorMatrixProgram* program = local
2864 RenderPassMaskColorMatrixProgramAA* program = local
2882 TileProgram* program = &tile_program_[precision][sampler]; local
2898 TileProgramOpaque* program = &tile_program_opaque_[precision][sampler]; local
2914 TileProgramAA* program = &tile_program_aa_[precision][sampler]; local
2930 TileProgramSwizzle* program = &tile_program_swizzle_[precision][sampler]; local
2946 TileProgramSwizzleOpaque* program = local
2963 TileProgramSwizzleAA* program = &tile_program_swizzle_aa_[precision][sampler]; local
2976 TextureProgram* program = &texture_program_[precision]; local
2989 NonPremultipliedTextureProgram* program = local
3004 TextureBackgroundProgram* program = &texture_background_program_[precision]; local
3018 NonPremultipliedTextureBackgroundProgram* program = local
3033 TextureProgram* program = &texture_io_surface_program_[precision]; local
3046 VideoYUVProgram* program = &video_yuv_program_[precision]; local
3059 VideoYUVAProgram* program = &video_yuva_program_[precision]; local
3074 VideoStreamTextureProgram* program = local
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.cpp31 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) argument
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) argument
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) argument
134 deInt32 posLoc = ctx.getAttribLocation(program, "a_position");
135 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coor
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dverifier.cc27 : program(p), data(d), ip(0), accumulator(0), acc_is_valid(false) {}
28 const std::vector<struct sock_filter>& program; member in struct:sandbox::__anon10562::State
60 const std::vector<struct sock_filter>& program,
67 uint32_t computed_ret = Verifier::EvaluateBPF(program, *data, err);
78 *err = "Exit code from BPF program doesn't match";
96 sandbox, program, data, root_code, *code.passed(), err)) {
109 sandbox, program, data, root_code, *code.passed(), err)) {
116 sandbox, program, data, root_code, *code.passed(), err)) {
125 sandbox, program, data, root_code, *code.failed(), err)) {
132 sandbox, program, dat
59 VerifyErrorCode(SandboxBPF* sandbox, const std::vector<struct sock_filter>& program, struct arch_seccomp_data* data, const ErrorCode& root_code, const ErrorCode& code, const char** err) argument
312 VerifyBPF(SandboxBPF* sandbox, const std::vector<struct sock_filter>& program, const SandboxBPFPolicy& policy, const char** err) argument
349 EvaluateBPF(const std::vector<struct sock_filter>& program, const struct arch_seccomp_data& data, const char** err) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dscratch_evaluate_preparer.h50 static ScratchEvaluatePreparer* Create(const Program &program,
/external/chromium_org/courgette/
H A Dadjustment_method.h34 // Adjusts |program| to increase similarity to |model|. |program| can be
38 AssemblyProgram* program) = 0;
H A Ddisassembler_elf_32_x86.h29 virtual CheckBool EmitInstruction(AssemblyProgram* program,
31 return program->EmitRel32(program->FindOrMakeRel32Label(target_rva));
49 AssemblyProgram* program) WARN_UNUSED_RESULT;
/external/chromium_org/ppapi/tests/
H A Dcreate_nonsfi_test_nmf.py25 _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, arg
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLGeometryShaderBuilder.h17 GrGLGeometryShaderBuilder(GrGLFullProgramBuilder* program);
/external/chromium_org/tools/android/common/
H A Ddaemon.h18 void ShowHelp(const char* program,
/external/chromium_org/tools/set_default_handler/
H A Dset_default_handler_main.cc5 // Makes a given program ("Google Chrome" by default) the default handler for
7 // overridden via the --program and --protocol command line switches.
21 const char kSwitchProgram[] = "program";
46 base::string16 program(command_line->GetSwitchValueNative(kSwitchProgram));
47 if (program.empty())
48 program = kDefaultProgram;
53 result = controller.RunSynchronously(NULL, protocol, program, &choices);
58 printf("failed to set program. possible choices: %ls\n",
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfb9 program="$0"
12 while [ -h "$program" ]; do
13 link=`ls -ld "$program"`
17 dir=`dirname "$program"`
18 program="$dir/$link"
21 program="$link"
28 dir=`dirname "$program"`
H A Dfindbugs9 program="$0"
12 while [ -h "$program" ]; do
13 link=`ls -ld "$program"`
17 dir=`dirname "$program"`
18 program="$dir/$link"
21 program="$link"
28 dir=`dirname "$program"`
/external/skia/gm/rebaseline_server/
H A Dbase_unittest.py63 def find_path_to_program(self, program):
64 """Returns path to an existing program binary.
67 program: Basename of the program to find (e.g., 'render_pictures').
70 Absolute path to the program binary, as a string.
73 Exception: unable to find the program binary.
75 possible_paths = [os.path.join(TRUNK_DIR, 'out', 'Release', program),
76 os.path.join(TRUNK_DIR, 'out', 'Debug', program),
78 program + '.exe'),
80 program
[all...]

Completed in 890 milliseconds

1234567891011>>