HomeSort by relevance Sort by last modified time
    Searched refs:funcPtr (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TextureUtils.h 29 GLsizei imageSize, const GLvoid* data, void * funcPtr);
  /external/deqp/modules/egl/
teglGetProcAddressTests.cpp 176 void (*funcPtr)(void);
178 funcPtr = eglGetProcAddress(funcName.c_str());
181 if (supported && funcPtr == 0)
245 void (*funcPtr)(void);
247 funcPtr = eglGetProcAddress(funcName.c_str());
250 if (apiSupported && funcPtrSupported && (funcPtr == 0))
255 else if (!apiSupported && (funcPtr != 0))
  /sdk/find_java/src/source/
utils.cpp 171 disableWow64FuncType funcPtr = (disableWow64FuncType)proc;
172 funcPtr(&oldWow64Value);
194 revertWow64FuncType funcPtr = (revertWow64FuncType)proc;
195 funcPtr(oldWow64Value);
  /external/deqp/framework/delibs/deutil/
deDynamicLibrary.c 65 deFunctionPtr funcPtr;
71 return ptr.funcPtr;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 45 GLsizei imageSize, const GLvoid* data, void * funcPtr)
51 glTexImage2DPtr = (glTexImage2DPtr_t)funcPtr;
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 268 void* funcPtr = NULL;
271 funcPtr = NativeBridgeGetTrampoline(handle, funcStr, NULL, 0);
273 funcPtr = dlsym(handle, funcStr);
276 code = new NativeCode(handle, (ANativeActivity_createFunc*)funcPtr);

Completed in 605 milliseconds