Searched defs:texture2 (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DClipCacheTest.cpp182 GrTexture* texture2 = cache.getLastMask(); local
183 REPORTER_ASSERT(reporter, texture2);
184 if (NULL == texture2) {
189 check_state(reporter, cache, clip2, texture2, bound2);
/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp1034 GLuint texture2 = createTexture(gl, m_target, 1); local
1048 gl.bindTexture(m_target, texture2);
1049 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture(m_target, texture2)");
1064 gl.bindTexture(m_target, texture2);
1065 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture(m_target, texture2)");
1076 GLuint texture2 = createTexture(gl, m_target, 1); local
1099 gl.bindTexture(m_target, texture2);
1100 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture(m_target, texture2)");
1110 gl.bindTexture(m_target, texture2);
1111 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture(m_target, texture2)");
[all...]

Completed in 2882 milliseconds