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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.h 35 void* getPixelFormat(int i);
MacNative.m 72 void* getPixelFormat(int i){
EglMacApi.cpp 86 EGLNativePixelFormatType frmt = getPixelFormat(i);
  /cts/tests/tests/view/src/android/view/cts/
DisplayTest.java 46 assertTrue(0 < display.getPixelFormat());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageData.java 101 msg.getPixelFormat(), msg.getPixelType(), msg.getData());
106 msg.getPixelFormat(), msg.getPixelType(), msg.getData());
120 msg.getImageHeight(), msg.getPixelFormat(), msg.getPixelType(),
DebuggerMessage.java 700 public int getPixelFormat() { return pixelFormat_; }
821 output.writeInt32(24, getPixelFormat());
919 .computeInt32Size(24, getPixelFormat());
    [all...]
CodeGen.java 60 assert msg.getArg2() == msg.getPixelFormat(); // TODO
65 msg.getArg7(), GLEnum.valueOf(msg.getPixelFormat()),
80 GLEnum.valueOf(msg.getPixelFormat()), GLEnum.valueOf(msg.getPixelType()));
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 96 pixelFormat = getPixelFormat(choosenConfig, display, egl);
107 private int getPixelFormat(EGLConfig conf, EGLDisplay display, EGL10 egl) {
190 public int getPixelFormat() {
OGLESContext.java 180 view.getHolder().setFormat(configChooser.getPixelFormat());
  /frameworks/native/include/ui/
GraphicBuffer.h 89 PixelFormat getPixelFormat() const { return format; }
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 621 if (gBuf->getPixelFormat() == HAL_PIXEL_FORMAT_YV12) {
642 if (attrib->format == gBuf->getPixelFormat()) { break; }
646 gBuf->getPixelFormat());
661 pixel = hwcTestColor2Pixel(gBuf->getPixelFormat(), color, alpha);
720 if (colorFormat != (uint32_t) gBuf->getPixelFormat()) {
721 hwcTestColorConvert(colorFormat, gBuf->getPixelFormat(), color);
723 pixel = hwcTestColor2Pixel(gBuf->getPixelFormat(), color, 1.0);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.cpp 173 PixelFormat f = buf->getPixelFormat();
  /frameworks/base/core/java/android/view/
Display.java 323 public int getPixelFormat() {
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 256 format = buffer->getPixelFormat();
  /frameworks/native/libs/gui/
SurfaceTexture.cpp 579 switch (buf->getPixelFormat()) {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1065 milliseconds