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(uint32_t target, int level, uint32_t internalFormat, const tcu::Surface &s… in texImage2D() function in sglr::Context
43 void Context::texImage2D(uint32_t target, int level, uint32_t internalFormat, int width, int height) in texImage2D() function in sglr::Context
DsglrGLContext.cpp269 void GLContext::texImage2D(uint32_t target, int level, uint32_t internalFormat, int width, int heig… in texImage2D() function in sglr::GLContext
DsglrReferenceContext.cpp1121 void ReferenceContext::texImage2D(uint32_t target, int level, uint32_t internalFormat, int width, i… in texImage2D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp68 void texImage2D(const RenderContext &context, uint32_t target, int level, uint32_t 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::__anon7de50bae0111::TestContext
94 void TestContext::texImage2D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsiz… in texImage2D() function in glcts::__anon7de50bae0111::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.inl681 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/perfmark/traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/polymer/
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…
/external/angle/src/libANGLE/
DContext.cpp5404 void Context::texImage2D(TextureTarget target, in texImage2D() function in gl::Context