/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-parsing.cc | 261 const char* program = programs[i]; local 263 reinterpret_cast<const i::byte*>(program), 264 static_cast<unsigned>(strlen(program))); 295 const char* program = programs[i]; local 297 reinterpret_cast<const i::byte*>(program), 298 static_cast<unsigned>(strlen(program))); 323 const char* program = "var x = 'something';\n" local 331 reinterpret_cast<const i::byte*>(program), 332 static_cast<unsigned>(strlen(program))); 352 const char* program local 1013 i::Vector<char> program = i::Vector<char>::New(kProgramByteSize + 1); local [all...] |
/external/v8/test/cctest/ |
test-parsing.cc | 257 const char* program = programs[i]; local 259 reinterpret_cast<const i::byte*>(program), 260 static_cast<unsigned>(strlen(program))); 293 const char* program = programs[i]; local 295 reinterpret_cast<const i::byte*>(program), 296 static_cast<unsigned>(strlen(program))); 322 const char* program = "var x = 'something';\n" local 330 reinterpret_cast<const i::byte*>(program), 331 static_cast<unsigned>(strlen(program))); 350 const char* program local 1008 i::Vector<char> program = i::Vector<char>::New(kProgramByteSize + 1); local 1224 i::Vector<char> program = i::Vector<char>::New(kProgramSize + 1); local [all...] |
/frameworks/native/opengl/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
glapitable.h | [all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.cc | 51 void CodeGen::PrintProgram(const SandboxBPF::Program& program) { 52 for (SandboxBPF::Program::const_iterator iter = program.begin(); 53 iter != program.end(); 55 int ip = (int)(iter - program.begin()); 171 SANDBOX_DIE("ErrorCode is not suitable for returning from a BPF program"); 242 // set ultimately converges on all instructions in the program. 273 "the end of the BPF program"); 457 // A well-formed BPF program can't have any cycles, so we kno [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog.c | 294 * offending program in Sauerbraten up to the offending instruction 372 for(rci = compiler->Base.Program.Instructions.Next; rci != &compiler->Base.Program.Instructions; rci = rci->Next) { 384 rc_error(&compiler->Base, "Vertex program does not support the Saturate " 390 rc_error(&compiler->Base, "Vertex program has too many instructions\n"); 567 for(inst = compiler->Base.Program.Instructions.Next; inst != &compiler->Base.Program.Instructions; inst = inst->Next) { 590 for(inst = compiler->Base.Program.Instructions.Next; inst != &compiler->Base.Program.Instructions; inst = inst->Next) { 598 ptr != &compiler->Base.Program.Instructions [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog.c | 294 * offending program in Sauerbraten up to the offending instruction 372 for(rci = compiler->Base.Program.Instructions.Next; rci != &compiler->Base.Program.Instructions; rci = rci->Next) { 384 rc_error(&compiler->Base, "Vertex program does not support the Saturate " 390 rc_error(&compiler->Base, "Vertex program has too many instructions\n"); 567 for(inst = compiler->Base.Program.Instructions.Next; inst != &compiler->Base.Program.Instructions; inst = inst->Next) { 590 for(inst = compiler->Base.Program.Instructions.Next; inst != &compiler->Base.Program.Instructions; inst = inst->Next) { 598 ptr != &compiler->Base.Program.Instructions [all...] |
/bionic/libc/arch-x86/bionic/ |
_exit_with_stack_teardown.S | 25 * that presently, 'hlt' will cause the program to segfault.. but this
|
/bionic/linker/ |
linker_phdr.cpp | 40 An ELF file's program header table contains one or more PT_LOAD 200 // Loads the program header table from an ELF file into a read-only private 205 // Like the kernel, we only accept program header tables that 230 * loadable segments in an ELF program header table. This corresponds 281 // segments of a program header table. This is done by creating a 408 * phdr_table -> program header table 433 * phdr_table -> program header table 477 * the program is likely to fail at runtime. So in effect the 494 /* Apply GNU relro protection if specified by the program header. This will 500 * read-only from the program's POV, but contain absolute addresse [all...] |
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Renderer.h | 49 GLuint mFboProgId;// Frame buffer program id
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/ |
FullPipelineRenderer.h | 31 Program* mProgram;
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/ |
Scene.h | 19 #include <graphics/Program.h>
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/ |
GlowingScene.cpp | 21 #include <graphics/Program.h> 47 // Main Program 60 // Blur Program 72 mBlurProgram = new Program(programId);
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
ProgramTest.java | 39 mActivity = getShaderActivity(Constants.PROGRAM, 1);
|
/cts/tools/signature-tools/src/signature/model/ |
IAnnotation.java | 23 * attached to a program element. The definition of an annotation type is
|
/development/apps/Fallback/res/values-sl/ |
strings.xml | 19 <string name="appTitle" msgid="161410001913116606">"Nadomestni program"</string>
|
/development/host/windows/usb/adb_winapi_test/ |
SOURCES | 19 TARGETTYPE = PROGRAM
|
/development/samples/Support7Demos/ |
_index.html | 20 "points to the program code for the different topics included in the project:</p>"+
|
/development/testrunner/ |
errors.py | 40 """Generic exception that indicates a fatal error has occurred and program
|
/device/generic/goldfish/libqemu/ |
test_host_1.c | 17 /* This program is used to test the QEMUD fast pipes. 20 * The program acts as a simple TCP server that accepts data and sends 141 /* Main program */ 149 /* Extract program name */
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
TestDriver.dpr | 0 program TestDriver;
|