HomeSort by relevance Sort by last modified time
    Searched refs:EGLConfig (Results 176 - 200 of 368) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Camera2/src/com/android/camera/data/
GlideFilmstripManager.java 23 import android.opengl.EGLConfig;
244 EGLConfig[] eglConfigs = new EGLConfig[1];
253 EGLConfig eglConfig = eglConfigs[0];
262 EGLSurface eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig,
271 EGLContext eglContext = EGL14.eglCreateContext(eglDisplay, eglConfig, EGL14.EGL_NO_CONTEXT,
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 20 import android.opengl.EGLConfig;
266 EGLConfig[] configs = new EGLConfig[1];
OpenGlEsVersionTest.java 45 import javax.microedition.khronos.egl.EGLConfig;
269 EGLConfig[] configs = new EGLConfig[numConfigs[0]];
  /external/deqp/modules/egl/
teglCreateContextTests.cpp 70 void executeForConfig (EGLDisplay display, EGLConfig config);
82 void CreateContextCase::executeForConfig (EGLDisplay display, EGLConfig config)
148 const EGLContext context = egl.createContext(*display, (EGLConfig)0, EGL_NO_CONTEXT, s_apis[apiNdx].ctxAttrs);
teglThreadCleanUpTests.cpp 61 Thread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLConfig config, tcu::Maybe<eglu::Error>& error)
132 const EGLConfig m_config;
284 EGLConfig m_config;
teglCreateSurfaceTests.cpp 65 EGLSurface createWindowSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& window, bool useLegacyCreate)
86 EGLSurface createPixmapSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& pixmap, bool useLegacyCreate)
116 void executeForConfig (EGLDisplay display, EGLConfig config)
174 void executeForConfig (EGLDisplay display, EGLConfig config)
230 void executeForConfig (EGLDisplay display, EGLConfig config)
teglSwapBuffersWithDamageTests.cpp 129 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveBuffer);
275 virtual EGLConfig getConfig (const Library& egl, EGLDisplay eglDisplay);
277 void initEGLSurface (EGLConfig config);
278 void initEGLContext (EGLConfig config);
281 EGLConfig m_eglConfig;
312 EGLConfig SwapBuffersWithDamageTest::getConfig (const Library& egl, EGLDisplay eglDisplay)
369 void SwapBuffersWithDamageTest::initEGLSurface (EGLConfig config)
377 void SwapBuffersWithDamageTest::initEGLContext (EGLConfig config)
458 EGLConfig getConfig (const Library& egl, EGLDisplay eglDisplay);
471 EGLConfig SwapBuffersWithDamageAndPreserveBufferTest::getConfig (const Library& egl, EGLDisplay eglDisplay
    [all...]
teglPreservingSwapTests.cpp 94 EGLConfig m_eglConfig;
101 void initEGLSurface (EGLConfig config);
102 void initEGLContext (EGLConfig config);
301 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveColorbuffer)
329 void PreservingSwapTest::initEGLSurface (EGLConfig config)
337 void PreservingSwapTest::initEGLContext (EGLConfig config)
teglMutableRenderBufferTests.cpp 67 EGLConfig m_eglConfig;
131 const vector<EGLConfig> configs = eglu::chooseConfigs(egl, m_eglDisplay, attribsNoBit);
133 for (vector<EGLConfig>::const_iterator config = configs.begin(); config != configs.end(); ++config)
teglMemoryStressTests.cpp 72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
87 EGLConfig m_config;
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
341 EGLConfig m_config;
teglSwapBuffersTests.cpp 66 EGLContext createGLES2Context (const Library& egl, EGLDisplay display, EGLConfig config)
92 void executeForConfig (EGLDisplay display, EGLConfig config);
109 string getConfigIdString (const Library& egl, EGLDisplay display, EGLConfig config)
267 void SwapBuffersTest::executeForConfig (EGLDisplay display, EGLConfig config)
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 184 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int min) :
263 EGLConfig config;
266 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
314 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType)
344 EGLDisplay dpy, EGLConfig config, EGLint surfType,
359 EGLDisplay dpy, EGLConfig config, EGLint surfType,
369 EGLDisplay dpy, EGLConfig config, EGLint surfType,
410 EGLDisplay dpy, EGLConfig config, EGLint surfType,
575 static egl_pbuffer_surface_t* create(EGLDisplay dpy, EGLConfig config,
586 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfType
    [all...]
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 187 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) {
248 EGLConfig* configs = (EGLConfig*) malloc(sizeof(EGLConfig) * numConfig);
305 EGLConfig myConfig = {0};
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 99 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) {
172 EGLConfig* configs = (EGLConfig*) malloc(sizeof(EGLConfig) * numConfig);
215 EGLConfig myConfig = {0};
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 35 import javax.microedition.khronos.egl.EGLConfig;
160 EGLConfig mEglConfig;
310 Log.e(LOG_TAG, "eglConfig not initialized.");
353 private EGLConfig chooseEglConfig() {
355 EGLConfig[] configs = new EGLConfig[1];
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 52 static bool validateConfig(egl::Display *display, EGLConfig config)
219 EGLBoolean GetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
221 TRACE("(EGLDisplay dpy = %p, EGLConfig *configs = %p, "
247 EGLBoolean ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
250 "EGLConfig *configs = %p, EGLint config_size = %d, EGLint *num_config = %p)",
280 EGLBoolean GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
282 TRACE("(EGLDisplay dpy = %p, EGLConfig config = %p, EGLint attribute = %d, EGLint *value = %p)",
300 EGLSurface CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list)
302 TRACE("(EGLDisplay dpy = %p, EGLConfig config = %p, EGLNativeWindowType win = %p, "
320 EGLSurface CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list
    [all...]
Display.cpp 238 bool Display::getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig)
243 bool Display::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value)
291 EGLSurface Display::createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLint *attribList)
343 EGLSurface Display::createPBufferSurface(EGLConfig config, const EGLint *attribList, EGLClientBuffer clientBuffer)
565 EGLContext Display::createContext(EGLConfig configHandle, const egl::Context *shareContext, EGLint clientVersion)
652 bool Display::isValidConfig(EGLConfig config)
Config.cpp 16 // and size for an egl::Surface. Implements EGLConfig and related functionality.
196 EGLConfig Config::getHandle() const
198 return (EGLConfig)(size_t)mConfigID;
342 bool ConfigSet::getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig)
439 const egl::Config *ConfigSet::get(EGLConfig configHandle)
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 63 void get8BitConfig(EGLConfig& config);
98 EGLConfig config;
130 EGLConfig config;
168 EGLConfig config;
208 EGLConfig config;
294 EGLConfig config;
378 void EGLTest::get8BitConfig(EGLConfig& config) {
504 EGLConfig config;
556 EGLConfig config;
607 EGLConfig config
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 27 eglw::EGLBoolean CallLogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config)
72 eglw::EGLContext CallLogWrapper::eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list)
102 eglw::EGLSurface CallLogWrapper::eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list)
112 eglw::EGLSurface CallLogWrapper::eglCreatePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, const eglw::EGLint *attrib_list)
122 eglw::EGLSurface CallLogWrapper::eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list)
132 eglw::EGLSurface CallLogWrapper::eglCreatePlatformPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list)
142 eglw::EGLSurface CallLogWrapper::eglCreatePlatformPixmapSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list)
152 eglw::EGLSurface CallLogWrapper::eglCreatePlatformWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list)
162 eglw::EGLSurface CallLogWrapper::eglCreatePlatformWindowSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLint *attrib_list)
192 eglw::EGLSurface CallLogWrapper::eglCreateWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 149 EGLConfig config;
170 EGLConfig config;
174 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
197 EGLConfig config,
241 EGLDisplay dpy, EGLConfig config,
362 EGLConfig config,
668 EGLDisplay dpy, EGLConfig config,
684 EGLConfig config,
739 EGLDisplay dpy, EGLConfig config, int32_t depthFormat,
754 EGLConfig config, int32_t depthFormat
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 153 EGLConfig config;
222 EGLConfig config;
321 EGLConfig config;
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 56 import javax.microedition.khronos.egl.EGLConfig;
99 * Adds all supported GL extensions for a provided EGLConfig to a set by creating an EGLContext
104 * @param config The EGLConfig to get the extensions for
112 EGLConfig config,
172 EGLConfig[] configs = new EGLConfig[numConfigs[0]];
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 54 EGLConfig myConfig = {0};
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 68 void glTestPrintEGLConfiguration(EGLDisplay dpy, EGLConfig config)

Completed in 2078 milliseconds

1 2 3 4 5 6 78 91011>>