/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
glspec-1.1extpack | 0 void glBindFramebufferOES ( GLint target, GLint framebuffer ) 2 void glBindRenderbufferOES ( GLint target, GLint renderbuffer ) 3 void glBindTexture ( GLint target, GLint texture ) 4 void glBlendEquation ( GLint mode ) 5 void glBlendEquationSeparate ( GLint modeRGB, GLint modeAlpha ) 6 void glBlendFuncSeparate ( GLint srcRGB, GLint dstRGB, GLint srcAlpha, GLint dstAlpha ) 8 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) 9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint width, GLint height, GLint border ) 10 void glDeleteFramebuffersOES ( GLint n, GLuint *framebuffers ) 11 void glDeleteRenderbuffersOES ( GLint n, GLuint *renderbuffers [all...] |
glspec-1.1ext | 0 void glCurrentPaletteMatrixOES ( GLuint matrixpaletteindex )
2 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
3 void glDrawTexfvOES ( const GLfloat *coords )
4 void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
5 void glDrawTexivOES ( const GLint *coords )
6 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
7 void glDrawTexsvOES ( const GLshort *coords )
8 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
9 void glDrawTexxvOES ( const GLfixed *coords )
10 void glEnable ( GLenum cap ) [all...] |
/external/icu4c/test/intltest/ |
dtfmttst.h | 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 29 virtual void TestWallyWedel(void); 33 virtual void TestEquals(void); 37 virtual void TestTwoDigitYearDSTParse(void); 47 void TestFieldPosition(void); 49 void TestGeneral() [all...] |
astrotst.h | 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 27 void TestSolarLongitude(void); 29 void TestLunarPosition(void); 31 void TestCoordinates(void); 33 void TestCoverage(void); 35 void TestSunriseTimes(void) [all...] |
restsnew.h | 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 25 void TestResourceBundles(void); 29 void TestConstruction(void); 31 void TestIteration(void); 33 void TestOtherAPI(void); 35 void TestNewTypes(void) [all...] |
strtest.h | 31 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL); 34 void TestEndian(); 35 void TestSizeofTypes(); 36 void TestCharsetFamily(); 37 void Test_U_STRING(); 38 void Test_UNICODE_STRING(); 39 void Test_UNICODE_STRING_SIMPLE(); 40 void Test_UTF8_COUNT_TRAIL_BYTES(); 41 void TestStdNamespaceQualifier(); 42 void TestUsingStdNamespace() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
entries.in | 4 # with the data type as opposed to the variable name. e.g. "void *data" will is converted to 5 # "void* data". 6 void, eglCreateContext, int version, int context 7 void, eglMakeCurrent, int context 8 void, glActiveShaderProgramEXT, GLuint pipeline, GLuint program 9 void, glActiveTexture, GLenum texture 10 void, glAlphaFunc, GLenum func, GLclampf ref 11 void, glAlphaFuncQCOM, GLenum func, GLclampf ref 12 void, glAlphaFuncx, GLenum func, GLclampx ref 13 void, glAlphaFuncxOES, GLenum func, GLclampx re [all...] |
/bootable/bootloader/legacy/include/boot/ |
boot.h | 32 static inline void DWB(void) /* drain write buffer */ 39 static inline void writel(unsigned val, unsigned addr) 46 static inline void writeb(unsigned val, unsigned addr) 61 void enable_irq(void); 68 extern void key_changed(unsigned int key, unsigned int is_down) __attribute__ ((weak)); 71 void boot_register_poll_func(void (*func)(void)); [all...] |
/external/clang/test/CXX/except/except.spec/ |
p15.cpp | 6 void f() { 12 void operator delete(void*) noexcept; 13 void operator delete[](void*) noexcept; 16 void operator delete(void*, float); 17 void operator delete(void*, float) noexcept; 19 void operator delete[](void*, float) [all...] |
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p8.cpp | 4 void explicit_capture() { 7 (void)[foo, foo] () {}; // expected-error {{'foo' can appear only once}} 8 (void)[this, this] () {}; // expected-error {{'this' can appear only once}} 9 (void)[=, foo] () {}; // expected-error {{'&' must precede a capture when}} 10 (void)[=, &foo] () {}; 11 (void)[=, this] () {}; // expected-error {{'this' cannot be explicitly captured}} 12 (void)[&, foo] () {}; 13 (void)[&, &foo] () {}; // expected-error {{'&' cannot precede a capture when}} 14 (void)[&, this] () {}; 19 void f(int i); [all...] |
/external/clang/test/Sema/ |
void_arg.c | 4 typedef void Void; 6 void foo() { 9 X = sizeof(int (void a)); // expected-error {{argument may not have 'void' type}} 10 X = sizeof(int (int, void)); // expected-error {{must be the first and only parameter}} 11 X = sizeof(int (void, ...)); // expected-error {{must be the first and only parameter}} 13 X = sizeof(int (Void a)); // expected-error {{argument may not have 'void' type}} 14 X = sizeof(int (int, Void)); // expected-error {{must be the first and only parameter} [all...] |
/external/icu4c/test/cintltst/ |
ccolltst.h | 27 void reportCResult( const UChar source[], const UChar target[], 36 void addCollAPITest(TestNode**); 37 void addCurrencyCollTest(TestNode**); 38 void addNormTest(TestNode**); 39 void addDanishCollTest(TestNode**); 40 void addGermanCollTest(TestNode**); 41 void addSpanishCollTest(TestNode**); 42 void addFrenchCollTest(TestNode**); 43 void addKannaCollTest(TestNode**); 44 void addTurkishCollTest(TestNode**) [all...] |
crestst.h | 23 void addTestResourceBundleTest(TestNode**); 28 void TestResourceBundles(void); 32 void TestConstruction1(void); 34 void TestConstruction2(void); 36 void TestAliasConflict(void); 38 static void TestGetSize(void) [all...] |
/external/qemu/ |
qemu-thread.h | 22 void qemu_mutex_init(QemuMutex *mutex); 23 void qemu_mutex_destroy(QemuMutex *mutex); 24 void qemu_mutex_lock(QemuMutex *mutex); 27 void qemu_mutex_unlock(QemuMutex *mutex); 29 void qemu_cond_init(QemuCond *cond); 30 void qemu_cond_destroy(QemuCond *cond); 31 void qemu_cond_signal(QemuCond *cond); 32 void qemu_cond_broadcast(QemuCond *cond); 33 void qemu_cond_wait(QemuCond *cond, QemuMutex *mutex); 36 void qemu_thread_create(QemuThread *thread [all...] |
/external/valgrind/main/massif/tests/ |
alloc-fns.c | 3 void a4(int n) { malloc(n); } 4 void a3(int n) { a4(n); } 5 void a2(int n) { a3(n); } 6 void a1(int n) { a2(n); } 8 void b4(int n) { malloc(n); } 9 void b3(int n) { b4(n); } 10 void b2(int n) { b3(n); } 11 void b1(int n) { b2(n); } 13 void c4(int n) { malloc(n); } 14 void c3(int n) { c4(n); [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 24 void GLTrace_glActiveTexture(GLenum texture); 25 void GLTrace_glAttachShader(GLuint program, GLuint shader); 26 void GLTrace_glBindAttribLocation(GLuint program, GLuint index, const GLchar* name); 27 void GLTrace_glBindBuffer(GLenum target, GLuint buffer); 28 void GLTrace_glBindFramebuffer(GLenum target, GLuint framebuffer); 29 void GLTrace_glBindRenderbuffer(GLenum target, GLuint renderbuffer); 30 void GLTrace_glBindTexture(GLenum target, GLuint texture); 31 void GLTrace_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 32 void GLTrace_glBlendEquation(GLenum mode); 33 void GLTrace_glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) [all...] |
/frameworks/native/opengl/libs/ |
entries.in | 1 GL_ENTRY(void, glActiveShaderProgramEXT, GLuint pipeline, GLuint program) 2 GL_ENTRY(void, glActiveTexture, GLenum texture) 3 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref) 4 GL_ENTRY(void, glAlphaFuncQCOM, GLenum func, GLclampf ref) 5 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref) 6 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLclampx ref) 7 GL_ENTRY(void, glAttachShader, GLuint program, GLuint shader) 8 GL_ENTRY(void, glBeginPerfMonitorAMD, GLuint monitor) 9 GL_ENTRY(void, glBeginQueryEXT, GLenum target, GLuint id) 10 GL_ENTRY(void, glBindAttribLocation, GLuint program, GLuint index, const GLchar* name [all...] |
/external/kernel-headers/original/linux/ |
mempool.h | 11 typedef void * (mempool_alloc_t)(gfp_t gfp_mask, void *pool_data); 12 typedef void (mempool_free_t)(void *element, void *pool_data); 18 void **elements; 20 void *pool_data; 27 mempool_free_t *free_fn, void *pool_data); 29 mempool_free_t *free_fn, void *pool_data, int nid); 32 extern void mempool_destroy(mempool_t *pool) [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES20.spec | 0 void glActiveTexture ( GLenum texture )
2 void glAttachShader ( GLuint program, GLuint shader )
3 void glBindAttribLocation ( GLuint program, GLuint index, const char *name )
4 void glBindBuffer ( GLenum target, GLuint buffer )
5 void glBindFramebuffer ( GLenum target, GLuint framebuffer )
6 void glBindRenderbuffer ( GLenum target, GLuint renderbuffer )
7 void glBindTexture ( GLenum target, GLuint texture )
8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
9 void glBlendEquation ( GLenum mode )
10 void glBlendEquationSeparate ( GLenum modeRGB, GLenum modeAlpha ) [all...] |
/external/qemu/hw/ |
devices.h | 7 void smc91c111_init(NICInfo *, uint32_t, qemu_irq); 10 void lan9118_init(NICInfo *, uint32_t, qemu_irq); 16 uint32_t tsc210x_txrx(void *opaque, uint32_t value, int len); 17 void tsc210x_set_transform(uWireSlave *chip, 19 void tsc210x_key_event(uWireSlave *chip, int key, int down); 22 void *tsc2005_init(qemu_irq pintdav); 23 uint32_t tsc2005_txrx(void *opaque, uint32_t value, int len); 24 void tsc2005_set_transform(void *opaque, MouseTransformInfo *info); 27 void stellaris_gamepad_init(int n, qemu_irq *irq, const int *keycode) [all...] |
/external/stlport/test/unit/ |
locale_test.h | 59 void locale_by_name(); 60 void loc_has_facet(); 61 void num_put_get(); 62 void numpunct_by_name(); 63 void time_put_get(); 64 void time_by_name(); 65 void collate_facet(); 66 void collate_by_name(); 67 void ctype_facet(); 68 void ctype_by_name() [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
WebCoreSystemInterface.mm | 30 void (*wkAdvanceDefaultButtonPulseAnimation)(NSButtonCell *); 34 NSString* (*wkCreateURLPasteboardFlavorTypeName)(void); 35 NSString* (*wkCreateURLNPasteboardFlavorTypeName)(void); 36 void (*wkDrawBezeledTextFieldCell)(NSRect, BOOL enabled); 37 void (*wkDrawTextFieldCellFocusRing)(NSTextFieldCell*, NSRect); 38 void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect); 39 void (*wkDrawBezeledTextArea)(NSRect, BOOL enabled); 40 void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius); 44 void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime, 47 void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
locale_test.h | 59 void locale_by_name(); 60 void loc_has_facet(); 61 void num_put_get(); 62 void numpunct_by_name(); 63 void time_put_get(); 64 void time_by_name(); 65 void collate_facet(); 66 void collate_by_name(); 67 void ctype_facet(); 68 void ctype_by_name() [all...] |
/ndk/tests/device/test-stlport/unit/ |
locale_test.h | 59 void locale_by_name(); 60 void loc_has_facet(); 61 void num_put_get(); 62 void numpunct_by_name(); 63 void time_put_get(); 64 void time_by_name(); 65 void collate_facet(); 66 void collate_by_name(); 67 void ctype_facet(); 68 void ctype_by_name() [all...] |
/external/clang/test/CodeGen/ |
function-attributes.c | 4 // CHECK: define void @f2(i8 signext %x) nounwind 5 // CHECK: define void @f3(i8 zeroext %x) nounwind 8 // CHECK: define void @f6(i16 signext %x) nounwind 9 // CHECK: define void @f7(i16 zeroext %x) nounwind 15 void f2(signed char x) { } 17 void f3(unsigned char x) { } 23 void f6(signed short x) { } 25 void f7(unsigned short x) { } 27 // CHECK: define void @f8() 31 void __attribute__((always_inline)) f8(void) { [all...] |