/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 133 ASSIGN("glCopyTextureSubImage1D", copyTextureSubImage1D); in initProcsDesktopGL() 911 ASSIGN("glCopyTextureSubImage1DEXT", copyTextureSubImage1D); in initProcsDesktopGL() 1824 ASSIGN("glCopyTextureSubImage1D", copyTextureSubImage1D); in initProcsDesktopGL() 2922 copyTextureSubImage1D = &glCopyTextureSubImage1DNULL; in initProcsDesktopGLNULL() 3699 copyTextureSubImage1D = &glCopyTextureSubImage1DNULL; in initProcsDesktopGLNULL() 4611 copyTextureSubImage1D = &glCopyTextureSubImage1DNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 632 PFNGLCOPYTEXTURESUBIMAGE1DPROC copyTextureSubImage1D = nullptr; variable
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 193 void copyTextureSubImage1D(TextureID texturePacked, GLint level, GLint xoffset, GLint x, \
|
D | Context_gl.cpp | 2986 void Context::copyTextureSubImage1D(TextureID texture, in copyTextureSubImage1D() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 122 glCopyTextureSubImage1DFunc copyTextureSubImage1D; variable
|
D | glwInitGL45.inl | 93 gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubI…
|
D | glwInitGL46.inl | 93 gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubI…
|
D | glwInitExtGL.inl | 621 …gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubI…
|
D | glwImpl.inl | 940 gl->copyTextureSubImage1D(texture, level, xoffset, x, y, width);
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 5645 gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width); in CopyTextureSubImage1DAndCheckErrors() 11559 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width); in Test1D() 11575 gl.copyTextureSubImage1D(m_to_invalid, 0, 0, 0, 0, s_width); in Test1D() 11579 gl.copyTextureSubImage1D(m_to_2D_dst, 0, 0, 0, 0, s_width); in Test1D() 11586 gl.copyTextureSubImage1D(m_to_1D_dst, -1, 0, 0, 0, s_width); in Test1D() 11594 gl.copyTextureSubImage1D(m_to_1D_dst, 0, -1, 0, 0, s_width); in Test1D() 11597 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 1, 0, 0, s_width); in Test1D() 11609 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width); in Test1D() 11625 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width); in Test1D()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 122 gl->copyTextureSubImage1D = glCopyTextureSubImage1D;
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 237 …virtual GrGLvoid copyTextureSubImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage1D() function
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6260 context->copyTextureSubImage1D(texturePacked, level, xoffset, x, y, width); in GL_CopyTextureSubImage1D()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 835 m_gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width);
|