Searched refs:useTexture (Results 1 – 4 of 4) sorted by relevance
205 public static void beginDrawing(GL10 gl, boolean useTexture) { in beginDrawing() argument208 if (useTexture) { in beginDrawing()217 public void beginDrawingStrips(GL10 gl, boolean useTexture) { in beginDrawingStrips() argument218 beginDrawing(gl, useTexture); in beginDrawingStrips()222 if (useTexture) { in beginDrawingStrips()240 public void drawStrip(GL10 gl, boolean useTexture, int startIndex, int indexCount) { in drawStrip() argument256 public void draw(GL10 gl, boolean useTexture) { in draw() argument260 if (useTexture) { in draw()
89 bool useTexture; member305 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()
114 bool drawTestPattern (bool useTexture);218 bool RenderCase::drawTestPattern (bool useTexture) in drawTestPattern() argument245 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()
117 bool drawTestPattern (bool useTexture);221 bool RenderCase::drawTestPattern (bool useTexture) in drawTestPattern() argument253 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()