Home
last modified time | relevance | path

Searched refs:void (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.01 void glActiveTexture ( GLenum texture )
2 void glAlphaFunc ( GLenum func, GLclampf ref )
3 void glAlphaFuncx ( GLenum func, GLclampx ref )
4 void glBindTexture ( GLenum target, GLuint texture )
5 void glBlendFunc ( GLenum sfactor, GLenum dfactor )
6 void glClear ( GLbitfield mask )
7 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
9 void glClearDepthf ( GLclampf depth )
10 void glClearDepthx ( GLclampx depth )
[all …]
Dglspec-1.11 void glBindBuffer ( GLenum target, GLuint buffer )
2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage )
3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
7 void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
8 void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
9 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
10 void glGenBuffers ( GLsizei n, GLuint *buffers )
[all …]
Dglspec-1.1extpack1 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, GLs…
9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint wi…
10 void glDeleteFramebuffersOES ( GLint n, GLuint *framebuffers )
11 void glDeleteRenderbuffersOES ( GLint n, GLuint *renderbuffers )
[all …]
Dglspec-1.1ext1 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 …]
/frameworks/native/opengl/libs/
Dentries.in1 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, glBeginQuery, GLenum target, GLuint id)
10 GL_ENTRY(void, glBeginQueryEXT, GLenum target, GLuint id)
[all …]
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in1 void API_ENTRY(glAlphaFunc)(GLenum func, GLclampf ref) {
4 void API_ENTRY(glClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
7 void API_ENTRY(glClearDepthf)(GLclampf depth) {
10 void API_ENTRY(glClipPlanef)(GLenum plane, const GLfloat *equation) {
13 void API_ENTRY(glColor4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {
16 void API_ENTRY(glDepthRangef)(GLclampf zNear, GLclampf zFar) {
19 void API_ENTRY(glFogf)(GLenum pname, GLfloat param) {
22 void API_ENTRY(glFogfv)(GLenum pname, const GLfloat *params) {
25 void API_ENTRY(glFrustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear,…
28 void API_ENTRY(glGetClipPlanef)(GLenum pname, GLfloat eqn[4]) {
[all …]
Dglext_api.in1 void API_ENTRY(glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha) {
4 void API_ENTRY(glBlendFuncSeparateOES)(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
7 void API_ENTRY(glBlendEquationOES)(GLenum mode) {
10 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) {
13 void API_ENTRY(glDrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height) {
16 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) {
19 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) {
22 void API_ENTRY(glDrawTexivOES)(const GLint *coords) {
25 void API_ENTRY(glDrawTexxvOES)(const GLfixed *coords) {
28 void API_ENTRY(glDrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) {
[all …]
/frameworks/native/opengl/libs/GLES2/
Dgl3_api.in1 void API_ENTRY(glActiveTexture)(GLenum texture) {
4 void API_ENTRY(glAttachShader)(GLuint program, GLuint shader) {
7 void API_ENTRY(glBindAttribLocation)(GLuint program, GLuint index, const GLchar* name) {
10 void API_ENTRY(glBindBuffer)(GLenum target, GLuint buffer) {
13 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) {
16 void API_ENTRY(glBindRenderbuffer)(GLenum target, GLuint renderbuffer) {
19 void API_ENTRY(glBindTexture)(GLenum target, GLuint texture) {
22 void API_ENTRY(glBlendColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {
25 void API_ENTRY(glBlendEquation)(GLenum mode) {
28 void API_ENTRY(glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha) {
[all …]
Dgl2_api.in1 void API_ENTRY(glActiveTexture)(GLenum texture) {
4 void API_ENTRY(glAttachShader)(GLuint program, GLuint shader) {
7 void API_ENTRY(glBindAttribLocation)(GLuint program, GLuint index, const GLchar* name) {
10 void API_ENTRY(glBindBuffer)(GLenum target, GLuint buffer) {
13 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) {
16 void API_ENTRY(glBindRenderbuffer)(GLenum target, GLuint renderbuffer) {
19 void API_ENTRY(glBindTexture)(GLenum target, GLuint texture) {
22 void API_ENTRY(glBlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
25 void API_ENTRY(glBlendEquation)( GLenum mode ) {
28 void API_ENTRY(glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha) {
[all …]
Dgl2ext_api.in1 void API_ENTRY(glEGLImageTargetTexture2DOES)(GLenum target, GLeglImageOES image) {
4 void API_ENTRY(glEGLImageTargetRenderbufferStorageOES)(GLenum target, GLeglImageOES image) {
7 void API_ENTRY(glGetProgramBinaryOES)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *bin…
10 void API_ENTRY(glProgramBinaryOES)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint…
13 void* API_ENTRY(glMapBufferOES)(GLenum target, GLenum access) {
19 void API_ENTRY(glGetBufferPointervOES)(GLenum target, GLenum pname, GLvoid** params) {
22 void API_ENTRY(glTexImage3DOES)(GLenum target, GLint level, GLenum internalformat, GLsizei width, G…
25 void API_ENTRY(glTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint …
28 void API_ENTRY(glCopyTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
31 void API_ENTRY(glCompressedTexImage3DOES)(GLenum target, GLint level, GLenum internalformat, GLsize…
[all …]
/frameworks/rs/scriptc/
Drs_object.rsh33 extern void __attribute__((overloadable))
38 extern void __attribute__((overloadable))
43 extern void __attribute__((overloadable))
48 extern void __attribute__((overloadable))
53 extern void __attribute__((overloadable))
58 extern void __attribute__((overloadable))
63 extern void __attribute__((overloadable))
68 extern void __attribute__((overloadable))
73 extern void __attribute__((overloadable))
78 extern void __attribute__((overloadable))
[all …]
Drs_debug.rsh33 extern void __attribute__((overloadable))
38 extern void __attribute__((overloadable))
43 extern void __attribute__((overloadable))
48 extern void __attribute__((overloadable))
53 extern void __attribute__((overloadable))
58 extern void __attribute__((overloadable))
63 extern void __attribute__((overloadable))
68 extern void __attribute__((overloadable))
73 extern void __attribute__((overloadable))
78 extern void __attribute__((overloadable))
[all …]
Drs_graphics.rsh35 extern void __attribute__((overloadable))
42 extern void __attribute__((overloadable))
49 extern void __attribute__((overloadable))
55 extern void __attribute__((overloadable))
56 rsgClearDepthTarget(void);
62 extern void __attribute__((overloadable))
63 rsgClearAllRenderTargets(void);
69 rsgFinish(void);
78 extern void __attribute__((overloadable))
86 extern void __attribute__((overloadable))
[all …]
Drs_matrix.rsh34 * @return void
36 _RS_RUNTIME void __attribute__((overloadable))
41 _RS_RUNTIME void __attribute__((overloadable))
46 _RS_RUNTIME void __attribute__((overloadable))
76 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix4x4 *m);
80 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix3x3 *m);
84 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix2x2 *m);
91 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix4x4 *m, const float *v);
95 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix3x3 *m, const float *v);
99 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix2x2 *m, const float *v);
[all …]
/frameworks/base/packages/SystemUI/
Dproguard.flags2 public void notificationIconsClicked(android.view.View);
3 public void systemInfoClicked(android.view.View);
4 public void recentButtonClicked(android.view.View);
5 public void toggleLightsOut(android.view.View);
12 public void setDrawingAlpha(float);
13 public void setGlowAlpha(float);
14 public void setGlowScale(float);
/frameworks/base/api/
Dcurrent.txt2074 method public abstract void onAccessibilityEvent(android.view.accessibility.AccessibilityEvent);
2077 method public abstract void onInterrupt();
2079 method protected void onServiceConnected();
2081 method public final void setServiceInfo(android.accessibilityservice.AccessibilityServiceInfo);
2120 method public void writeToParcel(android.os.Parcel, int);
2169 method public void writeToParcel(android.os.Parcel, int);
2177 method public final void setAccountAuthenticatorResult(android.os.Bundle);
2183 method public void onError(int, java.lang.String);
2184 method public void onRequestContinued();
2185 method public void onResult(android.os.Bundle);
[all …]
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Dmesh_test.rs45 void init() {
48 static void bindProgramVertexOrtho() { variable
57 static void displayMeshSamples(int meshNum) { constant
80 void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32_t y) { constant
Drsbench.rs58 void init() {
64 static void fillSurfaceParams(TestData *testData) { variable
70 static void setupOffscreenTarget() { constant
75 static void bindProgramVertexOrtho() { variable
84 static void runSubTest(int index) { constant
133 void setDebugMode(int testNumber) {
139 void setBenchmarkMode(int testNumber) {
152 static void drawOffscreenResult(int posX, int posY, int width, int height) { variable
171 static void benchmark() { variable
239 static void debug() { variable
[all …]
/frameworks/compile/slang/tests/F_multi_export_errors/
Dmulti_export_errors.rs4 int init(void) {
8 void root(void) {
11 int foo(void) {
/frameworks/compile/slang/lit-tests/P_compute/
Dcompute.rs10 void root(const int *ain, int *aout, const void *usrData, constant
14 void bar(int i, float f) {
17 void foo (int *p) {
/frameworks/compile/slang/tests/P_ooo_compute/
Dooo_compute.rs4 void bar(int i, float f) {
7 void foo (int *p) {
10 void root(const int *ain, int *aout, const void *usrData, constant
/frameworks/compile/slang/tests/P_compute/
Dcompute.rs4 void root(const int *ain, int *aout, const void *usrData, constant
8 void bar(int i, float f) {
11 void foo (int *p) {
/frameworks/native/opengl/libs/EGL/
Degl_entries.in16 EGL_ENTRY(EGLContext, eglGetCurrentContext, void)
18 EGL_ENTRY(EGLDisplay, eglGetCurrentDisplay, void)
20 EGL_ENTRY(EGLBoolean, eglWaitGL, void)
24 EGL_ENTRY(EGLint, eglGetError, void)
38 EGL_ENTRY(EGLenum, eglQueryAPI, void)
39 EGL_ENTRY(EGLBoolean, eglWaitClient, void)
40 EGL_ENTRY(EGLBoolean, eglReleaseThread, void)
86 EGL_ENTRY(EGLuint64NV, eglGetSystemTimeFrequencyNV, void)
87 EGL_ENTRY(EGLuint64NV, eglGetSystemTimeNV, void)
91 EGL_ENTRY(EGLBoolean, eglHibernateProcessIMG, void)
[all …]
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
Dtransform.rs28 static void appendTransformation(int type, float4 data, rs_matrix4x4 *mat) { constant
45 void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32_t y) { constant
94 … rsForEach(transformScript, data->children, data->children, (void*)&toChild, sizeof(toChild));
/frameworks/base/docs/html/tools/help/uiautomator/
DUiAutomatorTestCase.jd161 void
261 void
277 void
293 void
351 void
367 void
383 void
399 void
415 void
431 void
[all …]

12345678910>>...23