Searched refs:texSubImage1D (Results 1 - 21 of 21) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp68 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) = DE_NULL;
H A DsglrContextWrapper.cpp136 m_curCtx->texSubImage1D(target, level, xoffset, width, format, type, data);
H A DsglrGLContext.hpp80 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data);
H A DsglrGLContext.cpp280 void GLContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) function in class:sglr::GLContext
H A DsglrReferenceContext.hpp631 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data);
H A DsglrReferenceContext.cpp1277 void ReferenceContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) function in class:sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl490 glTexSubImage1DFunc texSubImage1D;
H A DglwInitGL30.inl192 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwInitGL31.inl203 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwInitGL32.inl221 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwInitGL33.inl240 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwInitGL40.inl268 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwInitGL41.inl342 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwInitGL42.inl354 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwInitGL43.inl392 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwInitGL44.inl401 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwInitGL45.inl483 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
H A DglwImpl.inl3884 gl->texSubImage1D(target, level, xoffset, width, format, type, pixels);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl490 gl->texSubImage1D = glTexSubImage1D;
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp292 gl.texSubImage1D(texTarget, 0, 0, 1, transferFmt.format, transferFmt.dataType, color);
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl3625 m_gl.texSubImage1D(target, level, xoffset, width, format, type, pixels);

Completed in 779 milliseconds