Home
last modified time | relevance | path

Searched defs:copyTextureSubImage3D (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h634 PFNGLCOPYTEXTURESUBIMAGE3DPROC copyTextureSubImage3D = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl126 glCopyTextureSubImage3DFunc copyTextureSubImage3D; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl.cpp2986 void Context::copyTextureSubImage3D(TextureID texture, in copyTextureSubImage3D() function in gl::Context