Home
last modified time | relevance | path

Searched refs:GL_RGBA8_OES (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2ext.h68 #define GL_RGBA8_OES 0x8058 macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2ext.h47 #define GL_RGBA8_OES 0x8058 macro
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMaxTextureSizeTest.cpp177 glTexStorage2DEXT(GL_TEXTURE_2D, 1, GL_RGBA8_OES, textureWidth, textureHeight); in TEST_P()
181 glTexStorage2D(GL_TEXTURE_2D, 1, GL_RGBA8_OES, textureWidth, textureHeight); in TEST_P()
H A DMultisampleCompatibilityTest.cpp68 glRenderbufferStorageMultisampleANGLE(GL_RENDERBUFFER, num_samples, GL_RGBA8_OES, kWidth, in prepareForDraw()
H A DSRGBTextureTest.cpp205 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8_OES, 1, 1); in TEST_P()
H A DImageTest.cpp3911 createEGLImageRenderbufferSource(1, 1, GL_RGBA8_OES, attribs, kLinearColor, source, &image); in SourceRenderbufferTargetTexture_helper()
3955 createEGLImageRenderbufferSource(1, 1, GL_RGBA8_OES, attribs, kLinearColor, source, &image); in SourceRenderbufferTargetTextureExternal_helper()
3997 createEGLImageRenderbufferSource(1, 1, GL_RGBA8_OES, attribs, kLinearColor, source, &image); in SourceRenderbufferTargetTextureExternalESSL3_helper()
4040 createEGLImageRenderbufferSource(1, 1, GL_RGBA8_OES, attribs, kLinearColor, source, &image); in SourceRenderbufferTargetRenderbuffer_helper()
H A DD3DTextureTest.cpp1461 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8_OES, bufferSize, bufferSize); in TEST_P()
1737 glRenderbufferStorage(GL_RENDERBUFFER, isNV12 ? GL_RGBA8_OES : GL_RGBA16_EXT, bufferSize, in RunYUVTest()
H A DCopyTextureTest.cpp600 glTexStorage2DEXT(GL_TEXTURE_2D, 1, GL_RGBA8_OES, 1, 1); in TEST_P()
604 glTexStorage2DEXT(GL_TEXTURE_2D, 1, GL_RGBA8_OES, 1, 1); in TEST_P()
H A DVulkanExternalImageTest.cpp43 {VK_FORMAT_R8G8B8A8_UNORM, GL_RGBA8_OES}, // RGBA_8888
H A DMipmapTest.cpp972 glTexStorage2DEXT(GL_TEXTURE_2D, 2, GL_RGBA8_OES, 2, 2); in TEST_P()
H A DWebGLCompatibilityTest.cpp1100 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8_OES, 1, 1); in TEST_P()
1113 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8_OES, 1, 1); in TEST_P()
H A DFramebufferTest.cpp231 testTextureFormat(GL_RGBA8_OES, 8, 8, 8, 8); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp413 colorbufferFormat != GL_RGB5_A1 && colorbufferFormat != GL_RGBA8_OES && in ValidateES2CopyTexImageParameters()
425 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_BGRA8_EXT && in ValidateES2CopyTexImageParameters()
437 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_R32F && in ValidateES2CopyTexImageParameters()
450 colorbufferFormat != GL_RGB5_A1 && colorbufferFormat != GL_RGBA8_OES && in ValidateES2CopyTexImageParameters()
463 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_RGB32F && in ValidateES2CopyTexImageParameters()
476 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_RGBA32F && in ValidateES2CopyTexImageParameters()
502 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_BGR5_A1_ANGLEX && in ValidateES2CopyTexImageParameters()
514 colorbufferFormat != GL_BGRA8_EXT && colorbufferFormat != GL_RGBA8_OES && in ValidateES2CopyTexImageParameters()
526 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_BGR5_A1_ANGLEX && in ValidateES2CopyTexImageParameters()
536 colorbufferFormat != GL_BGRA8_EXT && colorbufferFormat != GL_RGBA8_OES in ValidateES2CopyTexImageParameters()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dformatutils9.cpp141 InsertD3D9FormatInfo(&map, GL_RGBA8_OES, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, LoadRGBA8ToBGRA8 ); in BuildD3D9FormatMap()
/third_party/mesa3d/include/GLES/
H A Dglext.h403 #define GL_RGBA8_OES 0x8058 macro
/third_party/openGLES/api/GLES/
H A Dglext.h384 #define GL_RGBA8_OES 0x8058 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dglext.h403 #define GL_RGBA8_OES 0x8058 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dglext.h403 #define GL_RGBA8_OES 0x8058 macro
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Dglext.h392 #define GL_RGBA8_OES 0x8058 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp1134 colorBufferFormats.push_back(GL_RGBA8_OES); in generateConfigs()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h479 #define GL_RGBA8_OES 0x8058 macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h460 #define GL_RGBA8_OES 0x8058 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h463 #define GL_RGBA8_OES 0x8058 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h463 #define GL_RGBA8_OES 0x8058 macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h460 #define GL_RGBA8_OES 0x8058 macro

Completed in 129 milliseconds