Home
last modified time | relevance | path

Searched defs:framebufferTexture2D (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js124 'framebufferTexture2D': {5: { 0:true, 1:true, 2:true }}, property
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp383 void GLContext::framebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarget, deU… in framebufferTexture2D() function in sglr::GLContext
DsglrReferenceContext.cpp1969 void ReferenceContext::framebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarg… in framebufferTexture2D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl176 glFramebufferTexture2DFunc framebufferTexture2D; variable
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java727 …public final native void framebufferTexture2D (int target, int attachment, int textarget, WebGLTex… in framebufferTexture2D() method in WebGLRenderingContext