Searched refs:glCopyTextureCHROMIUM (Results 1 – 12 of 12) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | CopyTextureTest.cpp | 60 EXPECT_NE(nullptr, glCopyTextureCHROMIUM); in checkExtensions() 82 glCopyTextureCHROMIUM(sourceTexture, 0, GL_TEXTURE_2D, destTexture, 0, destFormat, destType, in testGradientDownsampleUniqueValues() 460 glCopyTextureCHROMIUM(mTextures[0], 0, GL_TEXTURE_2D, mTextures[1], 0, destFormat, in testCopyTexture() 609 glCopyTextureCHROMIUM(mTextures[0], 0, GL_TEXTURE_2D, mTextures[1], 0, GL_RGBA, in TEST_P() 661 glCopyTextureCHROMIUM(mTextures[0], 0, GL_TEXTURE_2D, mTextures[1], 0, destFormat, in TEST_P() 715 glCopyTextureCHROMIUM(mTextures[0], 0, GL_TEXTURE_2D, mTextures[1], 0, GL_RGBA, in TEST_P() 785 glCopyTextureCHROMIUM(mTextures[0], 0, GL_TEXTURE_2D, 99993, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P() 789 glCopyTextureCHROMIUM(99994, 0, GL_TEXTURE_2D, mTextures[1], 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P() 793 glCopyTextureCHROMIUM(99995, 0, GL_TEXTURE_2D, 99996, 0, GL_RGBA, GL_UNSIGNED_BYTE, false, in TEST_P() 797 glCopyTextureCHROMIUM(mTextures[0], 0, GL_TEXTURE_2D, mTextures[1], 0, GL_RGBA, in TEST_P() [all …]
|
D | RobustResourceInitTest.cpp | 963 glCopyTextureCHROMIUM(texAlpha, 0, GL_TEXTURE_2D, texRGBA, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P() 2193 glCopyTextureCHROMIUM(sourceTexture, 0, GL_TEXTURE_2D, destTexture, 0, GL_RGBA, in TEST_P()
|
D | TextureTest.cpp | 3707 glCopyTextureCHROMIUM(source, 1, GL_TEXTURE_2D, dest, 0, GL_RGBA, GL_UNSIGNED_BYTE, GL_FALSE, in TEST_P()
|
/external/angle/extensions/ |
D | CHROMIUM_compressed_copy_texture.txt | 26 to glCopyTextureCHROMIUM, but for compressed textures.
|
D | CHROMIUM_copy_texture.txt | 25 glCopyTextureCHROMIUM, that performs the same copy operation as 254 7/4/2013 Add a new parameter dest_type to glCopyTextureCHROMIUM()
|
D | ANGLE_copy_texture_3d.txt | 35 glCopyTextureCHROMIUM and glCopySubTextureCHROMIUM, respectively,
|
/external/angle/src/libGLESv2/ |
D | libGLESv2_with_capture_autogen.def | 605 glCopyTextureCHROMIUM
|
D | libGLESv2_no_capture_autogen.def | 605 glCopyTextureCHROMIUM
|
D | libGLESv2_autogen.cpp | 3724 void GL_APIENTRY glCopyTextureCHROMIUM(GLuint sourceId, in glCopyTextureCHROMIUM() function
|
/external/angle/include/GLES2/ |
D | gl2ext_angle.h | 106 GL_APICALL void GL_APIENTRY glCopyTextureCHROMIUM(GLuint sourceId,
|
/external/angle/src/tests/restricted_traces/ |
D | trace_gles_loader_autogen.h | 568 #define glCopyTextureCHROMIUM t_glCopyTextureCHROMIUM macro
|
/external/angle/util/ |
D | gles_loader_autogen.h | 568 #define glCopyTextureCHROMIUM l_glCopyTextureCHROMIUM macro
|