Searched refs:copyTextureSubImage1D (Results 1 - 11 of 11) sorted by relevance

/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl122 glCopyTextureSubImage1DFunc copyTextureSubImage1D;
H A DglwInitExtGL.inl615 gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubImage1D");
H A DglwInitGL45.inl93 gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubImage1D");
H A DglwInitGL46.inl93 gl->copyTextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubImage1D");
H A DglwImpl.inl940 gl->copyTextureSubImage1D(texture, level, xoffset, x, y, width);
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.cpp230 fFunctions.fCopyTextureSubImage1D = bind_to_member(this, &GrGLTestInterface::copyTextureSubImage1D);
H A DGrGLTestInterface.h235 virtual GrGLvoid copyTextureSubImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint x, GrGLint y, GrGLsizei width) {} function in class:GrGLTestInterface
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp5041 gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width);
10955 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width);
10971 gl.copyTextureSubImage1D(m_to_invalid, 0, 0, 0, 0, s_width);
10975 gl.copyTextureSubImage1D(m_to_2D_dst, 0, 0, 0, 0, s_width);
10982 gl.copyTextureSubImage1D(m_to_1D_dst, -1, 0, 0, 0, s_width);
10990 gl.copyTextureSubImage1D(m_to_1D_dst, 0, -1, 0, 0, s_width);
10993 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 1, 0, 0, s_width);
11005 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width);
11021 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width);
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h235 virtual GrGLvoid copyTextureSubImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint x, GrGLint y, GrGLsizei width) {} function in class:GrGLTestInterface
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl122 gl->copyTextureSubImage1D = glCopyTextureSubImage1D;
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl835 m_gl.copyTextureSubImage1D(texture, level, xoffset, x, y, width);

Completed in 163 milliseconds