Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrContext.cpp70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surfa… in texSubImage2D() function in sglr::Context
DsglrGLContext.cpp285 void GLContext::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int… in texSubImage2D() function in sglr::GLContext
DsglrReferenceContext.cpp1282 void ReferenceContext::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int wid… in texSubImage2D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp107 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const t… in texSubImage2D() function
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js99 'texSubImage2D': { property
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl491 glTexSubImage2DFunc texSubImage2D; variable
/external/skia/src/gpu/gl/
DGrGLTestInterface.h152 …virtual GrGLvoid texSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, G… in texSubImage2D() function