Home
last modified time | relevance | path

Searched refs:framebufferTexture1D (Results 1 – 22 of 22) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_3_autogen.h17 void framebufferTexture1D(GLenum target, GLenum attachment, TextureTarget textargetPacked, \
DContext_gl.cpp378 void Context::framebufferTexture1D(GLenum target, in framebufferTexture1D() function in gl::Context
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp274 ASSIGN("glFramebufferTexture1D", framebufferTexture1D); in initProcsDesktopGL()
1008 ASSIGN("glFramebufferTexture1DEXT", framebufferTexture1D); in initProcsDesktopGL()
1456 ASSIGN("glFramebufferTexture1D", framebufferTexture1D); in initProcsDesktopGL()
3062 framebufferTexture1D = &glFramebufferTexture1DNULL; in initProcsDesktopGLNULL()
3795 framebufferTexture1D = &glFramebufferTexture1DNULL; in initProcsDesktopGLNULL()
4243 framebufferTexture1D = &glFramebufferTexture1DNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h282 PFNGLFRAMEBUFFERTEXTURE1DPROC framebufferTexture1D = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl88 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTexture1D"…
DglwInitGL30.inl85 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTexture1D"…
DglwFunctions.inl221 glFramebufferTexture1DFunc framebufferTexture1D; variable
DglwInitGL32.inl95 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTexture1D"…
DglwInitGL33.inl98 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTexture1D"…
DglwInitGL40.inl110 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTexture1D"…
DglwInitGL41.inl118 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTexture1D"…
DglwInitGL42.inl124 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTextur…
DglwInitGL44.inl143 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTextur…
DglwInitGL43.inl134 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTextur…
DglwInitGL45.inl172 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTextur…
DglwInitGL46.inl172 gl->framebufferTexture1D = (glFramebufferTexture1DFunc) loader->get("glFramebufferTextur…
DglwImpl.inl1732 gl->framebufferTexture1D(target, attachment, textarget, texture, level);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl221 gl->framebufferTexture1D = glFramebufferTexture1D;
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp687 context->framebufferTexture1D(target, attachment, textargetPacked, texturePacked, in GL_FramebufferTexture1D()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp5565 gl.framebufferTexture1D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_1D, m_to_id, in initParentTextureContents()
Dgl4cDirectStateAccessTexturesTests.cpp5869 gl.framebufferTexture1D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, TextureTarget<1>(), m_to_src, 0); in CreateSourceFramebuffer()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1540 m_gl.framebufferTexture1D(target, attachment, textarget, texture, level);