HomeSort by relevance Sort by last modified time
    Searched refs:program (Results 151 - 175 of 3450) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/test/
clearfat.go 29 program = strings.Replace(program, "$DECLS", decls.String(), 1)
30 program = strings.Replace(program, "$CALLS", calls.String(), 1)
31 fmt.Print(program)
34 var program = `package main var
  /external/mesa3d/src/mesa/main/
uniforms.c 48 #include "program/program.h"
52 * Update the vertex/fragment program's TexturesUsed array.
60 * So, scan the program->SamplerUnits[] and program->SamplerTargets[]
92 * types pointing to the same texture image unit within a program
288 _mesa_ProgramUniform1f(GLuint program, GLint location, GLfloat v0)
292 _mesa_lookup_shader_program_err(ctx, program,
298 _mesa_ProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1)
305 shProg = _mesa_lookup_shader_program_err(ctx, program, "glProgramUniform2f")
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp 2 * drawElements Quality Program OpenGL ES 2.0 Module
108 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum pname, GLenum reference)
111 gl.glGetProgramiv(program, pname, &state);
198 void verifyUniformValue1f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x)
203 gl.glGetUniformfv(program, location, state);
223 void verifyUniformValue2f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y)
228 gl.glGetUniformfv(program, location, state);
251 void verifyUniformValue3f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z)
256 gl.glGetUniformfv(program, location, state);
282 void verifyUniformValue4f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z, float w
985 GLuint program = glCreateProgram(); local
1053 GLuint program = glCreateProgram(); local
1084 GLuint program = glCreateProgram(); local
1129 GLuint program = glCreateProgram(); local
1230 GLuint program = glCreateProgram(); local
1353 GLuint program = glCreateProgram(); local
1444 GLuint program = glCreateProgram(); local
1786 m_log << program; local
1845 m_log << program; local
1904 m_log << program; local
1981 m_log << program; local
2033 m_log << program; local
2129 m_log << program; local
    [all...]
  /frameworks/base/tests/net/java/android/net/apf/
ApfTest.java 71 * Tests for APF program generator and interpreter.
129 private void assertVerdict(int expected, byte[] program, byte[] packet, int filterAge) {
130 assertReturnCodesEqual(expected, apfSimulate(program, packet, null, filterAge));
133 private void assertVerdict(int expected, byte[] program, byte[] packet) {
134 assertReturnCodesEqual(expected, apfSimulate(program, packet, null, 0));
137 private void assertPass(byte[] program, byte[] packet, int filterAge) {
138 assertVerdict(PASS, program, packet, filterAge);
141 private void assertPass(byte[] program, byte[] packet) {
142 assertVerdict(PASS, program, packet);
145 private void assertDrop(byte[] program, byte[] packet, int filterAge)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2EncoderUtils.cpp 39 GLenum uniformType(void * self, GLuint program, GLint location)
43 return ctx->shared()->getProgramUniformType(program, location);
52 size_t numActiveUniformsInUniformBlock(void* self, GLuint program, GLuint blockIndex) {
55 return ctx->state()->numActiveUniformsInUniformBlock(program, blockIndex);
58 size_t glActiveUniformBlockivParamSize(void* self, GLuint program, GLuint blockIndex, GLenum pname) {
63 return ctx->state()->numActiveUniformsInUniformBlock(program, blockIndex);
  /external/elfutils/tests/
test-subr.sh 16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
91 program="$1"
93 case "$program" in
101 program=${bindir}/`program_transform ${program##*/}`
107 $VALGRIND_CMD $program ${1+"$@"}
109 $VALGRIND_CMD $program ${1+"$@"}
  /external/valgrind/none/tests/solaris/
reserve_sysstat_addr.stderr.exp 2 Valgrind detected that your program requires
4 Support for program header PT_SUNW_SYSSTAT.
6 or because no reasonable program would behave this way,
reserve_sysstat_zone_addr.stderr.exp 2 Valgrind detected that your program requires
4 Support for program header PT_SUNW_SYSSTAT_ZONE.
6 or because no reasonable program would behave this way,
  /packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DvrPlaybackMediaSessionHelper.java 124 * Sets the recorded program for playback.
126 * @param program The recorded program to play. {@code null} to reset the DVR player.
128 public void setupPlayback(RecordedProgram program, long seekPositionMs) {
129 if (program != null) {
130 mDvrPlayer.setProgram(program, seekPositionMs);
131 setupMediaSession(program);
138 /** Returns the recorded program now playing. */
143 /** Checks if the recorded program is the same as now playing one. */
144 public boolean isCurrentProgram(RecordedProgram program) {
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp 2 * drawElements Quality Program OpenGL ES 3.0 Module
119 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.")
    [all...]
  /external/python/cpython2/Lib/unittest/test/
test_discovery.py 204 program = object.__new__(unittest.TestProgram)
209 program._do_discovery = do_discovery
210 program.parseArgs(['something', 'discover'])
213 program.parseArgs(['something', 'discover', 'foo', 'bar'])
222 program = object.__new__(unittest.TestProgram)
223 program.usageExit = usageExit
224 program.testLoader = None
228 program._do_discovery(['one', 'two', 'three', 'four'])
232 program = object.__new__(unittest.TestProgram)
240 program.testLoader = Loader(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_discovery.py 203 program = object.__new__(unittest.TestProgram)
208 program._do_discovery = do_discovery
209 program.parseArgs(['something', 'discover'])
212 program.parseArgs(['something', 'discover', 'foo', 'bar'])
221 program = object.__new__(unittest.TestProgram)
222 program.usageExit = usageExit
223 program.testLoader = None
227 program._do_discovery(['one', 'two', 'three', 'four'])
231 program = object.__new__(unittest.TestProgram)
239 program.testLoader = Loader(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_discovery.py 203 program = object.__new__(unittest.TestProgram)
208 program._do_discovery = do_discovery
209 program.parseArgs(['something', 'discover'])
212 program.parseArgs(['something', 'discover', 'foo', 'bar'])
221 program = object.__new__(unittest.TestProgram)
222 program.usageExit = usageExit
223 program.testLoader = None
227 program._do_discovery(['one', 'two', 'three', 'four'])
231 program = object.__new__(unittest.TestProgram)
239 program.testLoader = Loader(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 203 program = object.__new__(unittest.TestProgram)
208 program._do_discovery = do_discovery
209 program.parseArgs(['something', 'discover'])
212 program.parseArgs(['something', 'discover', 'foo', 'bar'])
221 program = object.__new__(unittest.TestProgram)
222 program.usageExit = usageExit
223 program.testLoader = None
227 program._do_discovery(['one', 'two', 'three', 'four'])
231 program = object.__new__(unittest.TestProgram)
239 program.testLoader = Loader(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 203 program = object.__new__(unittest.TestProgram)
208 program._do_discovery = do_discovery
209 program.parseArgs(['something', 'discover'])
212 program.parseArgs(['something', 'discover', 'foo', 'bar'])
221 program = object.__new__(unittest.TestProgram)
222 program.usageExit = usageExit
223 program.testLoader = None
227 program._do_discovery(['one', 'two', 'three', 'four'])
231 program = object.__new__(unittest.TestProgram)
239 program.testLoader = Loader(
    [all...]
  /cts/tests/openglperf2/jni/reference/scene/flocking/
WaterMeshNode.h 21 #include <graphics/Program.h>
28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
29 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
  /cts/tests/openglperf2/jni/reference/scene/glowing/
BlurMeshNode.h 21 #include <graphics/Program.h>
28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
29 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
  /device/generic/goldfish/dhcp/client/
main.cpp 20 static void usage(const char* program) {
21 ALOGE("Usage: %s -i <interface>", program);
  /external/autotest/client/deps/glbench/src/
yuvtest.cc 76 GLuint program = 0; local
82 program = InitShaderProgramWithHeader(NULL, yuv_to_rgb_vertex,
85 int imageWidthUniform = glGetUniformLocation(program, "imageWidth");
86 int imageHeightUniform = glGetUniformLocation(program, "imageHeight");
88 int textureSampler = glGetUniformLocation(program, "textureSampler");
89 int evenLinesSampler = glGetUniformLocation(program, "paritySampler");
90 int ySampler = glGetUniformLocation(program, "ySampler");
91 int uSampler = glGetUniformLocation(program, "uSampler");
92 int vSampler = glGetUniformLocation(program, "vSampler");
93 int uvSampler = glGetUniformLocation(program, "uvSampler")
216 GLuint program = 0; local
    [all...]
  /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/drivers/dri/i965/
brw_cs.c 59 const GLuint *program; local
68 if (cp->program.info.cs.shared_size > 64 * 1024) {
69 cp->program.sh.data->LinkStatus = false;
72 ralloc_strcat(&cp->program.sh.data->InfoLog, error_str);
78 prog_data.base.total_shared = cp->program.info.cs.shared_size;
81 assign_cs_binding_table_offsets(devinfo, &cp->program, &prog_data);
84 * prog_data associated with the compiled program, and which will be freed
87 int param_count = cp->program.nir->num_uniforms / 4;
93 param_count += 2 * ctx->Const.Program[MESA_SHADER_COMPUTE].MaxTextureImageUnits;
100 cp->program.info.num_images)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_cache.h 65 struct gl_program *program);
71 struct gl_shader_program *program);
  /external/valgrind/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 {

Completed in 769 milliseconds

1 2 3 4 5 67 8 91011>>