HomeSort by relevance Sort by last modified time
    Searched full:program (Results 26 - 50 of 23737) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.cpp 71 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
72 return program ? ToJBool(program->CompileAndLink()) : JNI_FALSE;
79 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
83 return ToJBool(program && program->SetUniformValue(c_key, c_value));
93 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
95 return program ? ToJObject(env, program->GetUniformValue(c_key)) : JNI_NULL;
102 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz) local
139 ShaderProgram* program = gl_env_ptr ? ShaderProgram::CreateIdentity(gl_env_ptr) : NULL; local
153 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
171 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
182 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
193 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
205 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
218 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
229 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
241 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
252 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
261 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
271 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
304 ShaderProgram* program = ConvertFromJava<ShaderProgram>(env, thiz); local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 21 virtual void CreateInfo(GLuint program) OVERRIDE;
23 virtual void DeleteInfo(GLuint program) OVERRIDE;
26 GLuint program,
31 GLuint program,
35 GLuint program,
39 GLuint program,
48 GLuint program,
64 void NonCachedProgramInfoManager::CreateInfo(GLuint /* program */) {
67 void NonCachedProgramInfoManager::DeleteInfo(GLuint /* program */) {
72 GLuint /* program */,
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stdoutB.exp 1 Signal Stop Print Pass to program Description
3 Signal Stop Print Pass to program Description
5 Signal Stop Print Pass to program Description
8 Program received signal SIGSEGV, Segmentation fault.
12 Program received signal SIGSEGV, Segmentation fault.
16 Program received signal SIGSEGV, Segmentation fault.
20 Program received signal SIGSEGV, Segmentation fault.
24 Program received signal SIGSEGV, Segmentation fault.
28 Program received signal SIGSEGV, Segmentation fault.
32 Program received signal SIGSEGV, Segmentation fault
    [all...]
  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 3 # Program: RemoteRunSafely.sh
5 # Synopsis: This script simply runs another program remotely using ssh.
6 # It always returns the another program exit code or exit with
7 # code 255 which indicates that the program could not be executed.
12 # <program> <args...>
15 # <hostname> is the remote host to execute the program,
18 # <program> is the path to the program to run,
19 # <args...> are the arguments to pass to the program.
26 "<program> <args...>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_analyze.cpp 33 bool sm4_link_cf_insns(sm4_program& program)
35 if(program.cf_insn_linked.size())
39 cf_insn_linked.resize(program.insns.size());
42 for(unsigned insn_num = 0; insn_num < program.insns.size(); ++insn_num)
45 switch(program.insns[insn_num]->opcode)
53 check(program.insns[v]->opcode == SM4_OPCODE_LOOP);
67 if(program.insns[insn_num]->opcode == SM4_OPCODE_ELSE)
68 check(program.insns[v]->opcode == SM4_OPCODE_IF);
70 check(program.insns[v]->opcode == SM4_OPCODE_SWITCH || program.insns[v]->opcode == SM4_OPCODE_CASE)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_analyze.cpp 33 bool sm4_link_cf_insns(sm4_program& program)
35 if(program.cf_insn_linked.size())
39 cf_insn_linked.resize(program.insns.size());
42 for(unsigned insn_num = 0; insn_num < program.insns.size(); ++insn_num)
45 switch(program.insns[insn_num]->opcode)
53 check(program.insns[v]->opcode == SM4_OPCODE_LOOP);
67 if(program.insns[insn_num]->opcode == SM4_OPCODE_ELSE)
68 check(program.insns[v]->opcode == SM4_OPCODE_IF);
70 check(program.insns[v]->opcode == SM4_OPCODE_SWITCH || program.insns[v]->opcode == SM4_OPCODE_CASE)
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
ProgramNode.cpp 17 ProgramNode::ProgramNode(Program& program) :
18 mProgram(program) {
21 void ProgramNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
22 program.before(model, view, projection);
25 void ProgramNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
26 program.after(model, view, projection);
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
partly_invalid.nmf 2 "program": {
ppapi_bad_doesnotexist.nmf 2 "program": {
ppapi_bad_magic.nmf 2 "program": {
  /external/chromium_org/ppapi/tests/
ppapi_nacl_tests_newlib.nmf 2 "program": {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleCustomFilterProgramCache.cpp 39 static CustomFilterProgramInfo programCacheKey(StyleCustomFilterProgram* program)
41 ASSERT(program->vertexShaderURL().isValid() || program->fragmentShaderURL().isValid());
42 return CustomFilterProgramInfo(program->vertexShaderURL().string(), program->fragmentShaderURL().string(),
43 program->programType(), program->mixSettings(), program->meshType());
64 StyleCustomFilterProgram* StyleCustomFilterProgramCache::lookup(StyleCustomFilterProgram* program) const
66 return lookup(programCacheKey(program));
    [all...]
  /external/chromium_org/tools/gyp/test/compilable/src/
program.cpp 5 fprintf(stdout, "Hello from program.c\n");
  /external/chromium_org/tools/gyp/test/rules/src/subdir3/
program.c 7 printf("Hello from program.c\n");
  /external/iptables/include/iptables/
internal.h 7 * Program's own name and version.
internal.h.in 7 * Program's own name and version.
  /external/mockito/src/org/mockito/configuration/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/exceptions/verification/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/configuration/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/creation/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/stubbing/answers/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/stubbing/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/util/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/util/reflection/
package.html 3 ~ This program is made available under the terms of the MIT License.

Completed in 4170 milliseconds

12 3 4 5 6 7 8 91011>>