Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp2008 GLTexture texture2; in TEST_P() local
2009 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
2016 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, GL_TEXTURE_2D, texture2, 0); in TEST_P()
2416 GLTexture texture2; in TEST_P() local
2417 FillTexture2D(texture2.get(), 1, 1, GLColor::green, 0, GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE); in TEST_P()
2543 GLTexture texture2; in TEST_P() local
2544 glBindTexture(GL_TEXTURE_2D, texture2.get()); in TEST_P()
2546 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, GL_TEXTURE_2D, texture2.get(), in TEST_P()
2726 GLTexture texture2; in TEST_P() local
2727 glBindTexture(GL_TEXTURE_2D, texture2.get()); in TEST_P()
[all …]
DCopyTexImageTest.cpp480 GLTexture texture2; in TEST_P() local
481 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
503 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
510 texture2.reset(); in TEST_P()
DStateChangeTest.cpp1184 GLTexture texture1, texture2; in TEST_P() local
1189 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
3127 GLTexture texture2; in TEST_P() local
3128 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
3140 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
3305 GLTexture texture2; in TEST_P() local
3306 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
3311 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture2, 0); in TEST_P()
3343 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture2, 0); in TEST_P()
3358 GLTexture texture2; in TEST_P() local
[all …]
DRobustResourceInitTest.cpp1249 GLTexture texture2; in TEST_P() local
1250 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
1253 glBindImageTexture(1, texture2, 0, GL_FALSE, 0, GL_WRITE_ONLY, GL_R32UI); in TEST_P()
1255 glFramebufferTexture2D(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture2, 0); in TEST_P()
DMultisampledRenderToTextureTest.cpp461 GLTexture texture2; in TEST_P() local
462 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
1840 GLTexture texture2; in TEST_P() local
1841 glBindTexture(GL_TEXTURE_2D, texture2); in TEST_P()
DMipmapTest.cpp2103 GLTexture texture2; in TEST_P() local
2104 glBindTexture(GL_TEXTURE_3D, texture2); in TEST_P()
/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/angle/src/tests/perf_tests/
DDrawCallPerf.cpp344 GLuint texture2) in ChangeTextureThenDraw() argument
351 glBindTexture(GL_TEXTURE_2D, texture2); in ChangeTextureThenDraw()
/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()