Home
last modified time | relevance | path

Searched refs:texture2 (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp1034 GLuint texture2 = createTexture(gl, m_target, 1); in renderReferences() local
1048 gl.bindTexture(m_target, texture2); in renderReferences()
1064 gl.bindTexture(m_target, texture2); in renderReferences()
1076 GLuint texture2 = createTexture(gl, m_target, 1); in renderResults() local
1099 gl.bindTexture(m_target, texture2); in renderResults()
1110 gl.bindTexture(m_target, texture2); in renderResults()
1139 gl.deleteTextures(1, &texture2); in renderResults()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2292 GLuint texture2; in doCopyInner() local
2297 gl.genTextures(1, &texture2); in doCopyInner()
2299 gl.bindTexture(GL_TEXTURE_2D, texture2); in doCopyInner()
2357 gl.framebufferTexture2D(GL_FRAMEBUFFER, copyFormat.attachment, GL_TEXTURE_2D, texture2, 0); in doCopyInner()
2399 gl.deleteTextures(1, &texture2); in doCopyInner()