Home
last modified time | relevance | path

Searched refs:useTexture (Results 1 – 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGrid.java205 public static void beginDrawing(GL10 gl, boolean useTexture) { in beginDrawing() argument
208 if (useTexture) { in beginDrawing()
217 public void beginDrawingStrips(GL10 gl, boolean useTexture) { in beginDrawingStrips() argument
218 beginDrawing(gl, useTexture); in beginDrawingStrips()
222 if (useTexture) { in beginDrawingStrips()
240 public void drawStrip(GL10 gl, boolean useTexture, int startIndex, int indexCount) { in drawStrip() argument
256 public void draw(GL10 gl, boolean useTexture) { in draw() argument
260 if (useTexture) { in draw()
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp89 bool useTexture; member
305 if (config.useTexture) in createProgram()
541 if (m_config.useTexture) in TestContext()
585 if (m_config.useTexture) in TestContext()
680 if (m_config.useTexture) in render()
700 if (m_config.useTexture) in render()
1011 if (config.useTexture) in logTestConfig()
1109 basicConfig.useTexture = true; in init()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp114 bool drawTestPattern (bool useTexture);
218 bool RenderCase::drawTestPattern (bool useTexture) in drawTestPattern() argument
245 const char* const fragmentSource = (useTexture) ? (fragmentSourceTex) : (fragmentSourceNoTex); in drawTestPattern()
252 …m_testCtx.getLog() << tcu::TestLog::Message << "Drawing a test pattern to detect " << ((useTexture in drawTestPattern()
261 if (useTexture) in drawTestPattern()
288 if (useTexture) in drawTestPattern()
317 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient); in drawTestPattern()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp117 bool drawTestPattern (bool useTexture);
221 bool RenderCase::drawTestPattern (bool useTexture) in drawTestPattern() argument
253 const char* const fragmentSource = (useTexture) ? (fragmentSourceTex) : (fragmentSourceNoTex); in drawTestPattern()
260 …m_testCtx.getLog() << tcu::TestLog::Message << "Drawing a test pattern to detect " << ((useTexture in drawTestPattern()
269 if (useTexture) in drawTestPattern()
296 if (useTexture) in drawTestPattern()
325 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient); in drawTestPattern()