/frameworks/base/docs/html/training/graphics/opengl/ |
draw.jd | 47 structure (the original coordinates) of the shapes you use in your program change during the course 74 <li><em>Program</em> - An OpenGL ES object that contains the shaders you want to use for drawing 79 These shaders must be complied and then added to an OpenGL ES program, which is then used to draw 115 <p>In order to draw your shape, you must compile the shader code, add them to a OpenGL ES program 116 object and then link the program. Do this in your drawn object?s constructor, so it is only done 131 mProgram = GLES20.glCreateProgram(); // create empty OpenGL ES Program 132 GLES20.glAttachShader(mProgram, vertexShader); // add the vertex shader to program 133 GLES20.glAttachShader(mProgram, fragmentShader); // add the fragment shader to program 134 GLES20.glLinkProgram(mProgram); // creates OpenGL ES program executables 149 // Add program to OpenGL ES environmen [all...] |
/packages/apps/Launcher3/res/values-af/ |
strings.xml | 26 <string name="activity_not_found" msgid="8071924732094499514">"Program is nie geïnstalleer nie."</string> 51 <string name="title_select_application" msgid="3280812711670683644">"Kies program"</string> 64 <string name="cab_menu_delete_app" msgid="7435191475867183689">"Deïnstalleer program"</string> 66 <string name="cab_app_selection_text" msgid="374688303047985416">"1 program gekies"</string> 71 <string name="permdesc_install_shortcut" msgid="923466509822011139">"Laat \'n program toe om kortpaaie by te voeg sonder gebruikerinmenging."</string> 73 <string name="permdesc_uninstall_shortcut" msgid="5134129545001836849">"Laat die program toe om kortpaaie te verwyder sonder gebruikerinmenging."</string> 75 <string name="permdesc_read_settings" msgid="5833423719057558387">"Laat die program toe om die instellings en kortpaaie in Tuis te lees."</string> 77 <string name="permdesc_write_settings" msgid="5440712911516509985">"Laat die program toe om die instellings en kortpaaie in Tuis te verander."</string> 92 <string name="migration_cling_title" msgid="9181776667882933767">"Kopieer jou program-ikone"</string> 99 <string name="folder_cling_create_folder" msgid="6158215559475836131">"Om een soos dié te skep, raak en hou \'n program en skuif dit dan oor \'n ander een."</string [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES20.java | 342 // C function void glAttachShader ( GLuint program, GLuint shader ) 345 int program, 349 // C function void glBindAttribLocation ( GLuint program, GLuint index, const char *name ) 352 int program, 589 // C function void glDeleteProgram ( GLuint program ) 592 int program [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
state.c | 45 #include "program/program.h" 46 #include "program/prog_parameter.h" 77 * program is enabled AND valid. Similarly for ATI fragment shaders. 98 * we're generating a fragment program from fixed-function texture state. 101 * or fragment program is being used. 126 * program (and vice versa) here, but in practice that shouldn't ever 137 gl_fragment_program(fsProg->_LinkedShaders[MESA_SHADER_FRAGMENT]->Program)); 142 /* Use user-defined fragment program */ 152 /* Use fragment program generated from fixed-function state * [all...] |
/external/mesa3d/src/mesa/main/ |
state.c | 45 #include "program/program.h" 46 #include "program/prog_parameter.h" 77 * program is enabled AND valid. Similarly for ATI fragment shaders. 98 * we're generating a fragment program from fixed-function texture state. 101 * or fragment program is being used. 126 * program (and vice versa) here, but in practice that shouldn't ever 137 gl_fragment_program(fsProg->_LinkedShaders[MESA_SHADER_FRAGMENT]->Program)); 142 /* Use user-defined fragment program */ 152 /* Use fragment program generated from fixed-function state * [all...] |
/external/valgrind/main/docs/xml/ |
FAQ.xml | 125 <para>When the program exits, Valgrind runs the procedure 138 program runs.</para> 144 <para>My (buggy) program dies like this:</para> 153 invalid writes or invalid frees in your program, the above may 154 happen. Reason is that your program may trash Valgrind's low-level 156 something similar. The cure is to fix your program so that it 164 <para>My program dies, printing a message like this along the 169 <para>One possibility is that your program has a bug and erroneously 187 <para>I tried running a Java program (or another program that uses [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
gdb.info | 124 going on "inside" another program while it executes--or what another 125 program was doing at the moment it crashed. 130 * Start your program, specifying anything that might affect its 133 * Make your program stop on specified conditions. 135 * Examine what has happened, when your program has stopped. 137 * Change things in your program, so you can experiment with 176 program--but every person getting a copy also gets with it the freedom 220 accompany every copy of the program, both on-line and on paper. 225 accurate and clear documentation for the modified program. A manual 227 changed version of the program is not really available to our community [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gdb.info | 124 going on "inside" another program while it executes--or what another 125 program was doing at the moment it crashed. 130 * Start your program, specifying anything that might affect its 133 * Make your program stop on specified conditions. 135 * Examine what has happened, when your program has stopped. 137 * Change things in your program, so you can experiment with 176 program--but every person getting a copy also gets with it the freedom 220 accompany every copy of the program, both on-line and on paper. 225 accurate and clear documentation for the modified program. A manual 227 changed version of the program is not really available to our community [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
gdb.info | 124 going on "inside" another program while it executes--or what another 125 program was doing at the moment it crashed. 130 * Start your program, specifying anything that might affect its 133 * Make your program stop on specified conditions. 135 * Examine what has happened, when your program has stopped. 137 * Change things in your program, so you can experiment with 176 program--but every person getting a copy also gets with it the freedom 220 accompany every copy of the program, both on-line and on paper. 225 accurate and clear documentation for the modified program. A manual 227 changed version of the program is not really available to our community [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gdb.info | 124 going on "inside" another program while it executes--or what another 125 program was doing at the moment it crashed. 130 * Start your program, specifying anything that might affect its 133 * Make your program stop on specified conditions. 135 * Examine what has happened, when your program has stopped. 137 * Change things in your program, so you can experiment with 176 program--but every person getting a copy also gets with it the freedom 220 accompany every copy of the program, both on-line and on paper. 225 accurate and clear documentation for the modified program. A manual 227 changed version of the program is not really available to our community [all...] |
/external/bison/build-aux/ |
missing | 9 # This program is free software; you can redistribute it and/or modify 14 # This program is distributed in the hope that it will be useful, 20 # along with this program. If not, see <http://www.gnu.org/licenses/>. 23 # distribute this file as part of a program that contains a 25 # the same distribution terms that you use for the rest of that program. 48 # Try to run requested program, and just exit if it succeeds. 55 # we should proceed has if the program had been absent, or 65 $0 [OPTION]... PROGRAM [ARGUMENT]... 67 Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_autogen.h | 16 virtual void AttachShader(GLuint program, GLuint shader) OVERRIDE; 19 GLuint program, GLuint index, const char* name) OVERRIDE; 93 virtual void DeleteProgram(GLuint program) OVERRIDE; 108 virtual void DetachShader(GLuint program, GLuint shader) OVERRIDE; 144 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 148 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 152 GLuint program, GLsizei maxcount, GLsizei* count, 155 virtual GLint GetAttribLocation(GLuint program, const char* name) OVERRIDE; 172 GLuint program, GLenum pname, GLint* params) OVERRIDE; 175 GLuint program, GLsizei bufsize, GLsizei* length, char* infolog) OVERRIDE [all...] |
gles2_interface_autogen.h | 15 virtual void AttachShader(GLuint program, GLuint shader) = 0; 17 GLuint program, GLuint index, const char* name) = 0; 59 virtual void DeleteProgram(GLuint program) = 0; 66 virtual void DetachShader(GLuint program, GLuint shader) = 0; 89 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 92 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 95 GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) = 0; 96 virtual GLint GetAttribLocation(GLuint program, const char* name) = 0; 105 virtual void GetProgramiv(GLuint program, GLenum pname, GLint* params) = 0; 107 GLuint program, GLsizei bufsize, GLsizei* length, char* infolog) = 0 [all...] |
gles2_interface_stub_autogen.h | 14 virtual void AttachShader(GLuint program, GLuint shader) OVERRIDE; 16 GLuint program, GLuint index, const char* name) OVERRIDE; 62 virtual void DeleteProgram(GLuint program) OVERRIDE; 70 virtual void DetachShader(GLuint program, GLuint shader) OVERRIDE; 93 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 96 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 99 GLuint program, GLsizei maxcount, GLsizei* count, 101 virtual GLint GetAttribLocation(GLuint program, const char* name) OVERRIDE; 111 GLuint program, GLenum pname, GLint* params) OVERRIDE; 113 GLuint program, GLsizei bufsize, GLsizei* length, char* infolog) OVERRIDE [all...] |
gles2_interface_stub_impl_autogen.h | 16 GLuint /* program */, GLuint /* shader */) { 19 GLuint /* program */, GLuint /* index */, const char* /* name */) { 109 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) { 127 GLuint /* program */, GLuint /* shader */) { 171 GLuint /* program */, GLuint /* index */, GLsizei /* bufsize */, 176 GLuint /* program */, GLuint /* index */, GLsizei /* bufsize */, 181 GLuint /* program */, GLsizei /* maxcount */, GLsizei* /* count */, 185 GLuint /* program */, const char* /* name */) { 206 GLuint /* program */, GLenum /* pname */, GLint* /* params */) { 209 GLuint /* program */, GLsizei /* bufsize */, GLsizei* /* length */ [all...] |
gles2_trace_implementation_autogen.h | 14 virtual void AttachShader(GLuint program, GLuint shader) OVERRIDE; 16 GLuint program, GLuint index, const char* name) OVERRIDE; 62 virtual void DeleteProgram(GLuint program) OVERRIDE; 70 virtual void DetachShader(GLuint program, GLuint shader) OVERRIDE; 93 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 96 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 99 GLuint program, GLsizei maxcount, GLsizei* count, 101 virtual GLint GetAttribLocation(GLuint program, const char* name) OVERRIDE; 111 GLuint program, GLenum pname, GLint* params) OVERRIDE; 113 GLuint program, GLsizei bufsize, GLsizei* length, char* infolog) OVERRIDE [all...] |
/external/chromium_org/gpu/command_buffer/ |
cmd_buffer_functions.txt | 8 GL_APICALL void GL_APIENTRY glAttachShader (GLidProgram program, GLidShader shader); 9 GL_APICALL void GL_APIENTRY glBindAttribLocation (GLidProgram program, GLuint index, const char* name); 37 GL_APICALL void GL_APIENTRY glDeleteProgram (GLidProgram program); 44 GL_APICALL void GL_APIENTRY glDetachShader (GLidProgram program, GLidShader shader); 61 GL_APICALL void GL_APIENTRY glGetActiveAttrib (GLidProgram program, GLuint index, GLsizeiNotNegative bufsize, GLsizeiOptional* length, GLint* size, GLenum* type, char* name); 62 GL_APICALL void GL_APIENTRY glGetActiveUniform (GLidProgram program, GLuint index, GLsizeiNotNegative bufsize, GLsizeiOptional* length, GLint* size, GLenum* type, char* name); 63 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLidProgram program, GLsizeiNotNegative maxcount, GLsizeiOptional* count, GLuint* shaders); 64 GL_APICALL GLint GL_APIENTRY glGetAttribLocation (GLidProgram program, const char* name); 71 GL_APICALL void GL_APIENTRY glGetProgramiv (GLidProgram program, GLenumProgramParameter pname, GLint* params); 72 GL_APICALL void GL_APIENTRY glGetProgramInfoLog (GLidProgram program, GLsizeiNotNegative bufsize, GLsizeiOptional* length, char* infolog) [all...] |
/external/chromium_org/sdch/open-vcdiff/ |
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/chromium_org/third_party/libxml/src/ |
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/chromium_org/third_party/opus/src/ |
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/chromium_org/third_party/yasm/source/patched-yasm/config/ |
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/libcap-ng/libcap-ng-0.7/ |
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/libexif/ |
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/libmtp/ |
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/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...] |