Home
last modified time | relevance | path

Searched refs:GL_RGB (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp83 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, in main()
84 512, 512, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, texels); in main()
167 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main()
179 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, in main()
180 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel); in main()
215 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLFramebuffer.cpp76 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, data); in allocateBuffers()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLFramebuffer.cpp73 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, data); in allocateBuffers()
/aosp12/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp95 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
/aosp12/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp102 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
/aosp12/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp120 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, in main()
121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
/aosp12/packages/services/Car/service/src/com/android/car/pm/blurredbackground/
H A DBlurTextureProgram.java201 GLES30.glTexImage2D(GLES30.GL_TEXTURE_2D, 0, GLES30.GL_RGB, mWidth, mHeight, 0, in setupTextureForFramebuffer()
202 GLES30.GL_RGB, GLES30.GL_UNSIGNED_BYTE, null); in setupTextureForFramebuffer()
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp324 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB, in initTexture()
378 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB, in initTexture()
381 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels); in initTexture()
383 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB, in initTexture()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DTexWrapper.cpp126 format = GL_RGB; in createTextureFromPng()
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DTexWrapper.cpp130 format = GL_RGB; in createTextureFromPng()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java66 if (fallbackFormat != GLES10.GL_RGB) { in loadTexture()
H A DGLES10.java180 public static final int GL_RGB = 0x1907; field in GLES10
H A DGLES20.java158 public static final int GL_RGB = 0x1907; field in GLES20
/aosp12/frameworks/base/libs/hwui/
H A DHardwareBitmapUploader.cpp342 formatInfo.format = GL_RGB; in determineFormat()
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java178 int GL_RGB = 0x1907; field
/aosp12/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp643 return (type == GL_UNSIGNED_SHORT_5_6_5 && internalformat == GL_RGB); in checkInternalFormat()
676 return GL_RGB; in getInternalFormat()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGL10Header.java-if177 int GL_RGB = 0x1907;
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java88 public static final int PIXEL_FORMAT = GLES20.GL_RGB;
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h320 #define GL_RGB 0x1907 macro
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if180 public static final int GL_RGB = 0x1907;
H A DGLES20Header.java-if158 public static final int GL_RGB = 0x1907;
/aosp12/frameworks/native/opengl/include/GLES/
H A Dgl.h288 #define GL_RGB 0x1907 macro
/aosp12/frameworks/native/opengl/include/GLES2/
H A Dgl2.h212 #define GL_RGB 0x1907 macro
/aosp12/frameworks/rs/driver/
H A DrsdAllocation.cpp78 case RS_KIND_PIXEL_RGB: return GL_RGB; in rsdKindToGLFormat()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h212 #define GL_RGB 0x1907 macro

12