Searched refs:GL_RGBA16F (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Texture.cpp | 47 case GL_RGBA16F: in bytesPerPixel() 232 *outInternalFormat = GL_RGBA16F; in colorTypeToGlFormatAndType() 302 bitmap.colorType() == kRGBA_F16_SkColorType && internalFormat != GL_RGBA16F; in upload() 305 if (internalFormat == GL_RGBA16F) { in upload()
|
D | Texture.h | 90 internalFormat == GL_RGBA16F ? GL_HALF_FLOAT : GL_UNSIGNED_BYTE, nullptr); in resize()
|
D | OpenGLReadback.cpp | 163 internalFormat = GL_RGBA16F; in copyTextureInto()
|
D | GradientCache.cpp | 261 texture->upload(GL_RGBA16F, width, height, GL_RGBA, GL_FLOAT, pixels); in generateTexture()
|
/frameworks/base/libs/hwui/renderstate/ |
D | OffscreenBufferPool.cpp | 48 texture.resize(width, height, wideColorGamut ? GL_RGBA16F : caches.rgbaInternalFormat(), in OffscreenBuffer()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 643 internalformat == GL_RGBA16F) ? 0 : -1; in checkInternalFormat() 655 case GL_RGBA16F: in getPixelFormatFromInternalFormat() 676 return GL_RGBA16F; in getInternalFormat()
|
/frameworks/base/libs/hwui/renderthread/ |
D | OpenGLPipeline.cpp | 396 case GL_RGBA16F: in internalFormatToPixelFormat()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 110 public static final int GL_RGBA16F = 0x881A; field in GLES30
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES30Header.java-if | 110 public static final int GL_RGBA16F = 0x881A;
|
/frameworks/native/opengl/libs/ |
D | enums.in | 534 GL_ENUM(0x881A,GL_RGBA16F)
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 759 #define GL_RGBA16F 0x881A macro
|
D | gl31.h | 761 #define GL_RGBA16F 0x881A macro
|
D | gl32.h | 761 #define GL_RGBA16F 0x881A macro
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20532 field public static final int GL_RGBA16F = 34842; // 0x881a
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 29417 Landroid/opengl/GLES30;->GL_RGBA16F:I
|
/frameworks/base/api/ |
D | current.txt | 30961 field public static final int GL_RGBA16F = 34842; // 0x881a
|