Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluPixelTransfer.cpp88 void texImage3D(const RenderContext &context, uint32_t target, int level, uint32_t internalFormat, in texImage3D() function
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcFramebufferCompleteness.cpp102 void TestContext::texImage3D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsiz… in texImage3D() function in glcts::__anon6da9912e0111::TestContext
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp275 void GLContext::texImage3D(uint32_t target, int level, uint32_t internalFormat, int width, int heig… in texImage3D() function in sglr::GLContext
H A DsglrReferenceContext.cpp1142 void ReferenceContext::texImage3D(uint32_t target, int level, uint32_t internalFormat, int width, i… in texImage3D() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h100 PFNGLTEXIMAGE3DPROC texImage3D = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl683 glTexImage3DFunc texImage3D; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp5435 void Context::texImage3D(TextureTarget target, in texImage3D() function in gl::Context