HomeSort by relevance Sort by last modified time
    Searched refs:program (Results 201 - 225 of 446) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 386 const LayerTilerChromium::Program* program = layerRenderer()->tilerProgram(); local
387 layerRenderer()->useShader(program->program());
388 GLC(context, context->uniform1i(program->fragmentShader().samplerLocation(), 0));
416 drawTexturedQuad(context, layerRenderer()->projectionMatrix(), tileMatrix, tileRect.width(), tileRect.height(), opacity, texTranslateX, texTranslateY, texScaleX, texScaleY, program);
436 const LayerTilerChromium::Program* program)
448 GLC(context, context->uniformMatrix4fv(program->vertexShader().matrixLocation(), false, &glMatrix[0], 1));
450 GLC(context, context->uniform1f(program->fragmentShader().alphaLocation(), opacity))
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 150 GL_APICALL void GL_APIENTRY glAttachShader(GLuint program, GLuint shader){
153 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program);
158 ObjectDataPtr programData = ctx->shareGroup()->getObjectData(SHADER,program);
172 GL_APICALL void GL_APIENTRY glBindAttribLocation(GLuint program, GLuint index, const GLchar* name){
177 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program);
179 ObjectDataPtr objData = ctx->shareGroup()->getObjectData(SHADER,program);
491 GL_APICALL void GL_APIENTRY glDeleteProgram(GLuint program){
493 if(program && ctx->shareGroup().Ptr()) {
494 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program);
496 ctx->shareGroup()->deleteName(SHADER,program);
    [all...]
  /system/media/mca/filterfw/native/core/
shader_program.cpp 186 // Abort if program did not successfully compile and link
188 LOGE("ShaderProgram: unexecutable program!");
287 // Scan for all uniforms in the program
296 LOGE("Could not link shader program!");
349 GLuint program = glCreateProgram(); local
350 if (program) {
353 glAttachShader(program, shaders[i]);
358 glLinkProgram(program);
362 glGetProgramiv(program, GL_LINK_STATUS, &linked);
366 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &log_length)
488 int fbo, program, buffer; local
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
ShaderEditor.java 131 for (int program : shader.programs) {
132 builder.append(program);
281 GLProgram program = shader.context.getProgram(programName); local
282 exchangeMessage(contextId, queue, "glLinkProgram(%d)", program.name);
284 "glGetProgramiv(%d, GL_LINK_STATUS, {0})", program.name);
290 "glGetProgramInfoLog(%d, 0, 0, \"\")", program.name);
291 final String title = String.format("Program %d in 0x%s failed to link",
292 program.name, Integer.toHexString(program.context.context.contextId));
  /external/doclava/
Android.mk 17 # Jar file for Doclava doclet and apicheck standalone program
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 123 Runs a test program that generates a non-empty XML output, and
130 Runs a test program that generates an empty XML output, and
191 Asserts that the XML document generated by running the program
193 XML document. Furthermore, the program's exit code must be
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 13 overflow in your program's main thread (unlikely but
  /frameworks/base/opengl/libs/GLES2_dbg/src/
header.h 122 GLuint program; member in struct:android::DbgContext
123 unsigned maxAttrib; // number of slots used by program
141 void glUseProgram(GLuint program);
  /ndk/build/core/
build-executable.mk 17 # executable program
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
key_prot.x 4 % * media and as a part of the software program in whole or part. Users
7 % * program developed by the user.
169 program KEY_PROG {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
ShaderEditor.java 131 for (int program : shader.programs) {
132 builder.append(program);
280 GLProgram program = shader.context.getProgram(programName); local
281 exchangeMessage(contextId, queue, "glLinkProgram(%d)", program.name);
283 "glGetProgramiv(%d, GL_LINK_STATUS, {0})", program.name);
289 "glGetProgramInfoLog(%d, 0, 0, \"\")", program.name);
290 final String title = String.format("Program %d in 0x%s failed to link",
291 program.name, Integer.toHexString(program.context.context.contextId));
  /sdk/emulator/qtools/
bb2sym.cpp 22 void Usage(const char *program)
24 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
coverage.cpp 71 void Usage(const char *program)
73 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
profile_trace.cpp 40 void Usage(const char *program)
42 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
read_trace.cpp 17 void Usage(const char *program)
21 program);
stack_dump.cpp 75 void Usage(const char *program)
78 program);
  /system/core/sh/
mkinit.sh 107 # The C program indented by an extra 6 chars using
147 echo " * This file was generated by the mkinit program."
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 46 # - address of the "main" function of the program. We
73 # just before the program is being run. This is a C++ requirement
  /bionic/libdl/arch-sh/
sobegin.S 62 # just before the program is being run. This is a C++ requirement
  /external/clang/utils/
token-delta.py 215 def tokenBasedMultiDelta(program, files, log):
223 tbmd = TMBDDelta(program, tokenLists, log)
233 parser = OptionParser("%prog <test program> {files+}")
242 program,files = args[0],args[1:]
244 md = tokenBasedMultiDelta(program, files, log=opts.debugLevel)
  /external/libpng/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/pcre/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/v8/test/mjsunit/
compare-nan.js 50 var program =
64 eval(program);
  /external/valgrind/main/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]

Completed in 1892 milliseconds

1 2 3 4 5 6 7 891011>>