Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp326 void GLContext::copyTexSubImage1D(uint32_t target, int level, int xoffset, int x, int y, int width) in copyTexSubImage1D() function in sglr::GLContext
DsglrReferenceContext.cpp1672 void ReferenceContext::copyTexSubImage1D(uint32_t target, int level, int xoffset, int x, int y, int… 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