HomeSort by relevance Sort by last modified time
    Searched defs:getLibrary (Results 1 - 25 of 219) sorted by null

1 2 3 4 5 6 7 8 9

  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 60 const tcu::FunctionLibrary* GLLibraryCache::getLibrary (glu::ApiType apiType)
egluGLContextFactory.cpp 143 virtual const eglw::Library& getLibrary (void) const { return m_display->getLibrary(); }
298 const Library& egl = m_display->getLibrary();
305 return (glw::GenericFuncType)m_display->getLibrary().getProcAddress(name);
317 const Library& egl = m_display->getLibrary();
466 const Library& egl = m_display->getLibrary();
496 const Library& egl = m_display->getLibrary();
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 46 const eglw::Library& getLibrary (void) const
  /external/deqp/modules/egl/
teglTestCase.cpp 57 const eglw::Library& EglTestContext::getLibrary (void) const
59 return m_nativeDisplay->getLibrary();
69 const tcu::FunctionLibrary* platformLib = m_glLibraryCache.getLibrary(apiType);
70 const eglu::GLFunctionLoader loader (getLibrary(), platformLib);
teglMultiThreadTests.cpp 125 const Library& getLibrary (void) const;
151 const Library& getLibrary (void) const { return m_eglTestCtx.getLibrary(); }
173 inline const Library& TestThread::getLibrary (void) const
175 return m_test.getLibrary();
210 getLibrary().releaseThread();
286 m_eglTestCtx.getLibrary().terminate(m_display);
536 const Library& egl = getLibrary();
758 const Library& egl = getLibrary();
900 const Library& egl = getLibrary();
    [all...]
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.cpp 110 const eglw::Library& getLibrary() const
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 75 const eglw::Library& getLibrary (void) const { return m_library; }
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 119 const eglw::Library& getLibrary (void) const { return m_library; }
209 nativeDisplay->getLibrary().getConfigAttrib(eglDisplay, config, EGL_NATIVE_VISUAL_ID, &visualID);
  /frameworks/av/media/libeffects/factory/
EffectsConfigLoader.c 44 static lib_entry_t *getLibrary(const char *path);
46 static lib_entry_t *gCachedLibrary; // last library accessed by getLibrary()
183 ALOGW("getLibrary() bad tag %08x in lib info struct", desc->tag);
208 ALOGV("getLibrary() linked library %p for path %s", l, path);
225 ALOGV("getLibrary() linked error in library %p for path %s", fl, path);
245 l = getLibrary(node->value);
318 l = getLibrary(node->value);
419 lib_entry_t *getLibrary(const char *name)
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 62 virtual const eglw::Library& getLibrary (void) const { return m_library; }
159 const int32_t format = (int32_t)eglu::getConfigAttribInt(nativeDisplay->getLibrary(), display, config, EGL_NATIVE_VISUAL_ID);
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 176 const Library* getLibrary (void) const { return m_library; }
tcuWin32EGLNativeDisplayFactory.cpp 74 const eglw::Library& getLibrary (void) const { return m_library; }
193 const Library& egl = nativeDisplay->getLibrary();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 68 * @see ProjectState#getLibrary(IProject)
413 public LibraryState getLibrary(IProject library) {
435 public LibraryState getLibrary(String name) {
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-gradle-api/26.2.0-alpha16/
lint-gradle-api-26.2.0-alpha16.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-gradle/26.2.0-alpha16/
lint-gradle-26.2.0-alpha16.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/1.2.4/
gradle-experimental-1.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha1/
lint-api-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha3/
lint-api-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha5/
lint-api-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha6/
lint-api-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha7/
lint-api-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.5.0-alpha-preview-02/
lint-api-25.5.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-alpha4/
lint-api-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-alpha5/
lint-api-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-alpha6/
lint-api-26.0.0-alpha6.jar 

Completed in 573 milliseconds

1 2 3 4 5 6 7 8 9