Searched refs:GL_RGBA16F (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
H A DTexture.cpp47 case GL_RGBA16F:
233 *outInternalFormat = GL_RGBA16F;
307 // Some devices don't support GL_RGBA16F, so we need to compare the color type
310 && internalFormat != GL_RGBA16F;
316 if (internalFormat != GL_RGBA16F && internalFormat != GL_ALPHA && !rgba16fNeedsConversion) {
H A DTexture.h158 return mInternalFormat == GL_RGBA16F;
H A DGradientCache.cpp261 texture->upload(GL_RGBA16F, width, height, GL_RGBA, GL_FLOAT, pixels);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES30Header.java-if110 public static final int GL_RGBA16F = 0x881A;
/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp108 case GL_RGBA16F:
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java110 public static final int GL_RGBA16F = 0x881A; field in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h761 #define GL_RGBA16F 0x881A macro
H A Dgl31.h761 #define GL_RGBA16F 0x881A macro
H A Dgl32.h761 #define GL_RGBA16F 0x881A macro

Completed in 686 milliseconds