Home
last modified time | relevance | path

Searched defs:texImage2D (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrContext.cpp35 void Context::texImage2D (deUint32 target, int level, deUint32 internalFormat, const tcu::Surface& … in texImage2D() function in sglr::Context
42 void Context::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int heigh… in texImage2D() function in sglr::Context
DsglrGLContext.cpp270 void GLContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int hei… in texImage2D() function in sglr::GLContext
DsglrReferenceContext.cpp1020 void ReferenceContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, … in texImage2D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp68 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat,… in texImage2D() function
/external/deqp/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp87 void TestContext::texImage2D(GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsi… in texImage2D() function in glcts::__anon42c6949f0111::TestContext
94 void TestContext::texImage2D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsiz… in texImage2D() function in glcts::__anon42c6949f0111::TestContext
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js95 'texImage2D': { property
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h73 PFNGLTEXIMAGE2DPROC texImage2D = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl677 glTexImage2DFunc texImage2D; variable
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.min.js12 …ion(e,t){var n=new w,r=null;return r="*"===e?"*"===t?s:c:"*"===t?u:l,n.length=h.call(this,r,0,n,e|… function
DShadowDOM.js3318 texImage2D: function() { method
Dwebcomponents.min.js12 …ers.ShadowRoot)return o(this,t);if(s instanceof N)a=b(E.call(s,t));else{if(!(s instanceof C))retur…
Dwebcomponents.js3329 texImage2D: function() { method
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h147 …virtual GrGLvoid texImage2D(GrGLenum target, GrGLint level, GrGLint internalformat, GrGLsizei widt… in texImage2D() function
/external/angle/src/libANGLE/
DContext.cpp4755 void Context::texImage2D(TextureTarget target, in texImage2D() function in gl::Context