Home
last modified time | relevance | path

Searched defs:copyTexSubImage1D (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp328 void GLContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width) in copyTexSubImage1D() function in sglr::GLContext
DsglrReferenceContext.cpp1577 void ReferenceContext::copyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in copyTexSubImage1D() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h84 PFNGLCOPYTEXSUBIMAGE1DPROC copyTexSubImage1D = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl116 glCopyTexSubImage1DFunc copyTexSubImage1D; variable
/external/angle/src/libANGLE/
DContext_gl.cpp1911 void Context::copyTexSubImage1D(GLenum target, in copyTexSubImage1D() function in gl::Context