HomeSort by relevance Sort by last modified time
    Searched refs:framebufferTexture2D (Results 26 - 50 of 52) sorted by null

12 3

  /external/deqp/framework/opengl/wrapper/
glwInitES31.inl 51 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
glwInitGL30.inl 276 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
glwInitGL31.inl 276 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
glwInitGL32.inl 276 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
glwInitGL33.inl 276 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
glwInitGL40.inl 276 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
    [all...]
glwInitGL41.inl 276 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
    [all...]
glwInitGL42.inl 276 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
    [all...]
glwInitGL43.inl 276 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
    [all...]
glwInitGL44.inl 276 gl->framebufferTexture2D = (glFramebufferTexture2DFunc) loader->get("glFramebufferTexture2D");
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 278 gl->framebufferTexture2D = glFramebufferTexture2D;
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc 281 context_->framebufferTexture2D(
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 249 virtual void framebufferTexture2D(WGC3Denum target, WGC3Denum attachment, WGC3Denum textarget, WebGLId texture, WGC3Dint level) = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 160 virtual void framebufferTexture2D(WGC3Denum target,
webgraphicscontext3d_impl.cc 331 DELEGATE_TO_GL_5(framebufferTexture2D, FramebufferTexture2D,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 542 void framebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, WebGLTexture? texture, GLint level);
    [all...]
WebGLRenderingContextBase.h 182 void framebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, WebGLTexture*, GLint level);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 383 void GLContext::framebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level)
sglrReferenceContext.hpp 640 virtual void framebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 455 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_texID, 0);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 467 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_texID, 0);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp 230 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_texture, 0);
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl     [all...]

Completed in 361 milliseconds

12 3