Searched refs:func (Results 76 - 97 of 97) sorted by relevance

1234

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java272 // C function void glAlphaFuncxOES ( GLenum func, GLclampx ref )
275 int func,
274 glAlphaFuncxOES( int func, int ref ) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp158 X86_32ApplyFunctionType func; member in struct:X86_32ApplyFunctionTriple
313 return X86_32ApplyFunctions[type].func(pRelocation, *this);
1275 X86_64ApplyFunctionType func; member in struct:X86_64ApplyFunctionTriple
1304 return X86_64ApplyFunctions[type].func(pRelocation, *this);
/frameworks/rs/api/
H A Dgen_runtime.cpp774 Function* func = iter->second; local
775 if (!func->writeFiles(headerFile, versionOfTestFiles)) {
1105 Permutation::Permutation(Function* func, Specification* spec, int i1, int i2, int i3, int i4) argument
1106 : mFunction(func),
/frameworks/base/core/java/android/content/
H A DContentProvider.java1604 * @param func Interface implementing the function that will actually
1611 final Bundle opts, final T args, final PipeDataWriter<T> func)
1619 func.writeDataToPipe(fds[1], uri, mimeType, opts, args);
1610 openPipeHelper(final Uri uri, final String mimeType, final Bundle opts, final T args, final PipeDataWriter<T> func) argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp133 ApplyFunctionType func; member in struct:ApplyFunctionTriple
182 return ApplyFunctions[type].func(pRelocation, *this);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp161 ApplyFunctionType func; member in struct:ApplyFunctionTriple
202 Result res = triple.func(info, *this);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h58 void GLTrace_glDepthFunc(GLenum func);
123 void GLTrace_glStencilFunc(GLenum func, GLint ref, GLuint mask);
124 void GLTrace_glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
543 void GLTrace_glAlphaFuncQCOM(GLenum func, GLclampf ref);
565 void GLTrace_glAlphaFunc(GLenum func, GLfloat ref);
594 void GLTrace_glAlphaFuncx(GLenum func, GLfixed ref);
687 void GLTrace_glAlphaFuncxOES(GLenum func, GLfixed ref);
H A Dgltrace_api.cpp1371 void GLTrace_glDepthFunc(GLenum func) { argument
1377 // copy argument func
1381 arg_func->add_intvalue((int)func);
1386 glContext->hooks->gl.glDepthFunc(func);
3889 void GLTrace_glStencilFunc(GLenum func, GLint ref, GLuint mask) { argument
3895 // copy argument func
3899 arg_func->add_intvalue((int)func);
3916 glContext->hooks->gl.glStencilFunc(func, ref, mask);
3929 void GLTrace_glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) { argument
3941 // copy argument func
22652 GLTrace_glAlphaFuncQCOM(GLenum func, GLclampf ref) argument
23468 GLTrace_glAlphaFunc(GLenum func, GLfloat ref) argument
24611 GLTrace_glAlphaFuncx(GLenum func, GLfixed ref) argument
27934 GLTrace_glAlphaFuncxOES(GLenum func, GLfixed ref) argument
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h411 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
476 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
477 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
H A Dgl31.h411 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
476 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
477 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_InterpolateLuma_s.S29 .func omxVCM4P10_InterpolateLuma
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1105 /* void glDepthFunc ( GLenum func ) */
1108 (JNIEnv *_env, jobject _this, jint func) {
1110 (GLenum)func
4177 /* void glStencilFunc ( GLenum func, GLint ref, GLuint mask ) */
4180 (JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) {
4182 (GLenum)func,
4188 /* void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask ) */
4191 (JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) {
4194 (GLenum)func,
1107 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
4179 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
4190 android_glStencilFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp270 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
273 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
275 (GLenum)func,
280 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
283 (JNIEnv *_env, jobject _this, jint func, jint ref) {
285 (GLenum)func,
625 /* void glDepthFunc ( GLenum func ) */
628 (JNIEnv *_env, jobject _this, jint func) {
630 (GLenum)func
3457 /* void glStencilFunc ( GLenum func, GLin
272 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
282 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
627 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
3459 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp792 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
795 (JNIEnv *_env, jobject _this, jint func, jint ref) {
797 (GLenum)func,
794 android_glAlphaFuncxOES__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp150 SimpleAction(ActionFunc func) argument
151 : mFunc(func) {
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1359 private boolean checkCallingPermission(String permission, String func) { argument
1368 String msg = "Permission Denial: " + func + " from pid="
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp328 ApplyFunctionType func; member in struct:ApplyFunctionTriple
359 return ApplyFunctions[type].func(pRelocation, *this);
/frameworks/native/opengl/include/GLES/
H A Dglext.h667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
707 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref);
/frameworks/rs/cpp/
H A DrsCppStructs.h105 * @param[in] func Error handler function
107 void setErrorHandler(ErrorHandlerFunc_t func);
120 * @param[in] func Message handler function
122 void setMessageHandler(MessageHandlerFunc_t func);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1796 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
1798 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3496 boolean checkCallingPermission(String permission, String func) { argument
3506 String msg = "Permission Denial: " + func + " from pid="
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java6882 void enforceCallingPermission(String permission, String func) { argument
6888 String msg = "Permission Denial: " + func + " from pid="

Completed in 4475 milliseconds

1234