Searched refs:func (Results 51 - 75 of 78) sorted by relevance

1234

/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c250 si->death.func = (void*) svcinfo_death;
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java631 // C function void glDepthFunc ( GLenum func )
634 int func
1383 // C function void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
1386 int func,
1391 // C function void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask )
1395 int func,
1385 glStencilFunc( int func, int ref, int mask ) argument
1393 glStencilFuncSeparate( int face, int func, int ref, int mask ) argument
H A DGLLogWrapper.java1185 public void glAlphaFunc(int func, float ref) { argument
1187 arg("func", func);
1190 mgl.glAlphaFunc(func, ref);
1194 public void glAlphaFuncx(int func, int ref) { argument
1196 arg("func", func);
1199 mgl.glAlphaFuncx(func, ref);
1443 public void glDepthFunc(int func) { argument
1445 arg("func", fun
2354 glStencilFunc(int func, int ref, int mask) argument
[all...]
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/AArch64/
H A DAArch64Relocator.cpp44 : func(pFunc), name(pName), size(pSize) {}
45 ApplyFunctionType func; member in class:mcld::ApplyFunctionEntry
81 return ApplyFunctions[type].func(pRelocation, *this);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp44 setUpBLASCall(RsBlasDataType dataType, RsBlasFunction func, argument
53 call.func = func;
101 nScriptIntrinsicBLAS_Single(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
105 RsBlasCall call = setUpBLASCall(SINGLE, func, TransA, TransB, Side, Uplo, Diag,
115 nScriptIntrinsicBLAS_Double(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
119 RsBlasCall call = setUpBLASCall(DOUBLE, func, TransA, TransB, Side, Uplo, Diag,
128 nScriptIntrinsicBLAS_Complex(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
132 RsBlasCall call = setUpBLASCall(SINGLE_COMPLEX, func, TransA, TransB, Side, Uplo, Diag,
141 nScriptIntrinsicBLAS_Z(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, in argument
[all...]
H A DrsCppStructs.h381 * @param[in] func Error handler function
383 void setErrorHandler(ErrorHandlerFunc_t func);
396 * @param[in] func Message handler function
398 void setMessageHandler(MessageHandlerFunc_t func);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp141 X86_32ApplyFunctionType func; member in struct:mcld::X86_32ApplyFunctionTriple
286 return X86_32ApplyFunctions[type].func(pRelocation, *this);
1219 X86_64ApplyFunctionType func; member in struct:mcld::X86_64ApplyFunctionTriple
1245 return X86_64ApplyFunctions[type].func(pRelocation, *this);
/frameworks/base/core/java/android/content/
H A DContentProvider.java1659 * @param func Interface implementing the function that will actually
1667 final @NonNull PipeDataWriter<T> func) throws FileNotFoundException {
1674 func.writeDataToPipe(fds[1], uri, mimeType, opts, args);
1665 openPipeHelper(final @NonNull Uri uri, final @NonNull String mimeType, final @Nullable Bundle opts, final @Nullable T args, final @NonNull PipeDataWriter<T> func) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp454 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
457 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
459 (GLenum)func,
464 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
467 (JNIEnv *_env, jobject _this, jint func, jint ref) {
469 (GLenum)func,
809 /* void glDepthFunc ( GLenum func ) */
812 (JNIEnv *_env, jobject _this, jint func) {
814 (GLenum)func
2744 /* void glStencilFunc ( GLenum func, GLin
456 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
466 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
811 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
2746 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp274 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
277 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
279 (GLenum)func,
284 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
287 (JNIEnv *_env, jobject _this, jint func, jint ref) {
289 (GLenum)func,
629 /* void glDepthFunc ( GLenum func ) */
632 (JNIEnv *_env, jobject _this, jint func) {
634 (GLenum)func
3461 /* void glStencilFunc ( GLenum func, GLin
276 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
286 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
631 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
3463 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
[all...]
H A Dandroid_opengl_GLES20.cpp1223 /* void glDepthFunc ( GLenum func ) */
1226 (JNIEnv *_env, jobject _this, jint func) {
1228 (GLenum)func
4282 /* void glStencilFunc ( GLenum func, GLint ref, GLuint mask ) */
4285 (JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) {
4287 (GLenum)func,
4293 /* void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask ) */
4296 (JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) {
4299 (GLenum)func,
1225 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
4284 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
4295 android_glStencilFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) argument
H A Dandroid_opengl_GLES11Ext.cpp910 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
913 (JNIEnv *_env, jobject _this, jint func, jint ref) {
915 (GLenum)func,
912 android_glAlphaFuncxOES__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp132 ApplyFunctionType func; member in struct:mcld::ApplyFunctionTriple
184 return ApplyFunctions[type].func(pRelocation, *this);
/frameworks/rs/api/
H A DSpecification.cpp703 FunctionPermutation::FunctionPermutation(Function* func, FunctionSpecification* spec, argument
710 mNameTrunk = func->getName();
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h419 typedef void (GL_APIENTRYP PFNGLDEPTHFUNCPROC) (GLenum func);
484 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCPROC) (GLenum func, GLint ref, GLuint mask);
485 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCSEPARATEPROC) (GLenum face, GLenum func, GLint ref, GLuint mask);
562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
627 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
628 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
H A Dgl31.h419 typedef void (GL_APIENTRYP PFNGLDEPTHFUNCPROC) (GLenum func);
484 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCPROC) (GLenum func, GLint ref, GLuint mask);
485 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCSEPARATEPROC) (GLenum face, GLenum func, GLint ref, GLuint mask);
562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
627 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
628 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
H A Dgl32.h419 typedef void (GL_APIENTRYP PFNGLDEPTHFUNCPROC) (GLenum func);
484 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCPROC) (GLenum func, GLint ref, GLuint mask);
485 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCSEPARATEPROC) (GLenum face, GLenum func, GLint ref, GLuint mask);
562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
627 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
628 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h2535 typedef void (GL_APIENTRYP PFNGLPATHSTENCILFUNCNVPROC) (GLenum func, GLint ref, GLuint mask);
2541 typedef void (GL_APIENTRYP PFNGLPATHCOVERDEPTHFUNCNVPROC) (GLenum func);
2593 GL_APICALL void GL_APIENTRY glPathStencilFuncNV (GLenum func, GLint ref, GLuint mask);
2599 GL_APICALL void GL_APIENTRY glPathCoverDepthFuncNV (GLenum func);
2810 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
2812 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp153 SimpleAction(ActionFunc func) argument
154 : mFunc(func) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp287 ApplyFunctionType func; member in struct:mcld::ApplyFunctionTriple
313 return ApplyFunctions[type].func(pRelocation, *this);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp128 ApplyFunctionType func; member in struct:mcld::ApplyFunctionTriple
165 Result res = triple.func(info, *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/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp120 if (call->func != RsBlas_bnnm && !isBlasLibInitialized) {
129 switch (call->func) {
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1768 private boolean checkCallingPermission(String permission, String func) { argument
1777 String msg = "Permission Denial: " + func + " from pid="

Completed in 645 milliseconds

1234