/external/angle/src/tests/gl_tests/ |
D | DXT1CompressedTextureTest.cpp | 141 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, pixel_0_width, pixel_0_height, in TEST_P() 143 glCompressedTexSubImage2D(GL_TEXTURE_2D, 1, 0, 0, pixel_1_width, pixel_1_height, in TEST_P() 145 glCompressedTexSubImage2D(GL_TEXTURE_2D, 2, 0, 0, pixel_2_width, pixel_2_height, in TEST_P() 147 glCompressedTexSubImage2D(GL_TEXTURE_2D, 3, 0, 0, pixel_3_width, pixel_3_height, in TEST_P() 149 glCompressedTexSubImage2D(GL_TEXTURE_2D, 4, 0, 0, pixel_4_width, pixel_4_height, in TEST_P() 151 glCompressedTexSubImage2D(GL_TEXTURE_2D, 5, 0, 0, pixel_5_width, pixel_5_height, in TEST_P() 153 glCompressedTexSubImage2D(GL_TEXTURE_2D, 6, 0, 0, pixel_6_width, pixel_6_height, in TEST_P() 155 glCompressedTexSubImage2D(GL_TEXTURE_2D, 7, 0, 0, pixel_7_width, pixel_7_height, in TEST_P() 157 glCompressedTexSubImage2D(GL_TEXTURE_2D, 8, 0, 0, pixel_8_width, pixel_8_height, in TEST_P() 159 glCompressedTexSubImage2D(GL_TEXTURE_2D, 9, 0, 0, pixel_9_width, pixel_9_height, in TEST_P() [all …]
|
D | ETCTextureTest.cpp | 55 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_ETC1_RGB8_LOSSY_DECODE_ANGLE, in TEST_P() 92 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 8, 8, in TEST_P() 135 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 8, 8, in TEST_P() 180 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 8, 8, in TEST_P() 228 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 8, 8, in TEST_P()
|
D | BPTCCompressedTextureTest.cpp | 181 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P() 210 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P() 213 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 3, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P() 218 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P() 221 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P() 314 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P()
|
D | DXTSRGBCompressedTextureTest.cpp | 112 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, test.width, test.height, format, in runTest()
|
D | WebGLCompatibilityTest.cpp | 2853 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_COMPRESSED_RGB_S3TC_DXT1_EXT, in TEST_P() 2858 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 2, 2, 2, 2, GL_COMPRESSED_RGB_S3TC_DXT1_EXT, in TEST_P() 2863 glCompressedTexSubImage2D(GL_TEXTURE_2D, 1, 0, 0, 2, 2, GL_COMPRESSED_RGB_S3TC_DXT1_EXT, in TEST_P() 2865 glCompressedTexSubImage2D(GL_TEXTURE_2D, 2, 0, 0, 1, 1, GL_COMPRESSED_RGB_S3TC_DXT1_EXT, in TEST_P() 2870 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 2, 2, 2, 2, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, in TEST_P() 4687 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, blockSize, in validateCompressedTexImageExtensionFormat()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 2037 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2088 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2139 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2143 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2147 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2151 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2155 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2159 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2211 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2263 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 1840 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in init() 1851 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in init() 1856 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 4, 0, 10, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacData… in init() 1861 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 4, 4, 10, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacData… in init() 1866 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init() 1868 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init() 1870 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init() 1887 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in init() 1894 glCompressedTexSubImage2D(faceGL, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in init() 1913 …glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_… in init() [all …]
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 28 { "glCompressedTexSubImage2D", (deFunctionPtr)glCompressedTexSubImage2D },
|
D | egluStaticES30Library.inl | 42 { "glCompressedTexSubImage2D", (deFunctionPtr)glCompressedTexSubImage2D },
|
D | egluStaticES31Library.inl | 46 { "glCompressedTexSubImage2D", (deFunctionPtr)glCompressedTexSubImage2D },
|
D | egluStaticES32Library.inl | 52 { "glCompressedTexSubImage2D", (deFunctionPtr)glCompressedTexSubImage2D },
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 59 glCompressedTexSubImage2D @57
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 28 glCompressedTexSubImage2D
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 2444 ctx.glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in compressedtexsubimage2d() 2455 ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in compressedtexsubimage2d() 2460 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 4, 0, 10, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2Eac… in compressedtexsubimage2d() 2465 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 4, 4, 10, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2Eac… in compressedtexsubimage2d() 2470 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d() 2472 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d() 2474 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d() 2492 ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in compressedtexsubimage2d_neg_level() 2499 ctx.glCompressedTexSubImage2D(faceGL, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in compressedtexsubimage2d_neg_level() 2519 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_E… in compressedtexsubimage2d_max_level() [all …]
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 55 glCompressedTexSubImage2D @43
|
D | libGLES_CM.lds | 56 glCompressedTexSubImage2D;
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 43 M(glCompressedTexSubImage2D) in egl_get_gl_proc()
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 43 M(glCompressedTexSubImage2D) in egl_get_gl_proc()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 25 glCompressedTexSubImage2D @23
|
D | libGLESv2.lds | 26 glCompressedTexSubImage2D;
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 49 glCompressedTexSubImage2D
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 28 gl->compressedTexSubImage2D = &glCompressedTexSubImage2D;
|
D | glwInitES30Direct.inl | 42 gl->compressedTexSubImage2D = &glCompressedTexSubImage2D;
|
/external/mesa3d/docs/relnotes/ |
D | 4.0 | 59 glCompressedTexSubImage2D
|
/external/angle/src/tests/perf_tests/ |
D | TextureUploadPerf.cpp | 321 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, params.subImageSize, params.subImageSize, in drawBenchmark()
|