Home
last modified time | relevance | path

Searched defs:texSubImage3D (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluPixelTransfer.cpp130 void texSubImage3D(const RenderContext &context, uint32_t target, int level, int x, int y, int z, in texSubImage3D() function
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.cpp394 void TextureCubeMapArraySubImage3D::texSubImage3D(const SubImage3DCopyParams &copy_params, in texSubImage3D() function in glcts::TextureCubeMapArraySubImage3D
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp293 void GLContext::texSubImage3D(uint32_t target, int level, int xoffset, int yoffset, int zoffset, in… in texSubImage3D() function in sglr::GLContext
H A DsglrReferenceContext.cpp1407 void ReferenceContext::texSubImage3D(uint32_t target, int level, int xoffset, int yoffset, int zoff… in texSubImage3D() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h101 PFNGLTEXSUBIMAGE3DPROC texSubImage3D = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl700 glTexSubImage3DFunc texSubImage3D; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp5514 void Context::texSubImage3D(TextureTarget target, in texSubImage3D() function in gl::Context