Searched defs:getPixelFormat (Results 1 - 8 of 8) sorted by relevance
/external/deqp/framework/common/ |
H A D | tcuRenderTarget.hpp | 42 const PixelFormat& getPixelFormat (void) const { return m_pixelFormat; } function in class:tcu::RenderTarget
|
/external/deqp/framework/opengl/ |
H A D | gluFboRenderContext.cpp | 38 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) function in namespace:glu 205 pixelFormat = getPixelFormat(colorFormat);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowDisplay.java | 65 public int getPixelFormat() { method in class:ShadowDisplay
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
H A D | AndroidConfigChooser.java | 96 pixelFormat = getPixelFormat(choosenConfig, display, egl); 107 private int getPixelFormat(EGLConfig conf, EGLDisplay display, EGL10 egl) { method in class:AndroidConfigChooser 190 public int getPixelFormat() { method in class:AndroidConfigChooser
|
/external/deqp/modules/egl/ |
H A D | teglColorClearCase.cpp | 149 static tcu::PixelFormat getPixelFormat (const Library& egl, EGLDisplay display, EGLConfig config) function in namespace:deqp::egl 180 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); 341 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
|
H A D | teglRenderTests.cpp | 654 tcu::PixelFormat getPixelFormat (const Library& egl, EGLDisplay display, EGLConfig config) function in namespace:deqp::egl::__anon3133 704 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); 907 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
|
/external/libvncserver/common/ |
H A D | turbojpeg.c | 116 static int getPixelFormat(int pixelSize, int flags) function 616 getPixelFormat(pixelSize, flags), &jpegBuf, &size, jpegSubsamp, jpegQual, 849 height, getPixelFormat(pixelSize, flags), flags);
|
/external/robolectric/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
Completed in 783 milliseconds