HomeSort by relevance Sort by last modified time
    Searched refs:useTexture (Results 1 - 6 of 6) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
Grid.java 205 public static void beginDrawing(GL10 gl, boolean useTexture) {
208 if (useTexture) {
217 public void beginDrawingStrips(GL10 gl, boolean useTexture) {
218 beginDrawing(gl, useTexture);
222 if (useTexture) {
240 public void drawStrip(GL10 gl, boolean useTexture, int startIndex, int indexCount) {
256 public void draw(GL10 gl, boolean useTexture) {
260 if (useTexture) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Grid.java 115 public void draw(GL10 gl, boolean useTexture) {
119 if (useTexture) {
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 143 bool useTexture = false;
210 if (useTexture) {
399 if (useTexture) {
439 if(useTexture && useCopy)
441 else if(useTexture && useSubCopy)
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 87 bool useTexture;
322 if (config.useTexture)
558 if (m_config.useTexture)
602 if (m_config.useTexture)
694 if (m_config.useTexture)
714 if (m_config.useTexture)
1020 if (config.useTexture)
1118 basicConfig.useTexture = true;
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 114 bool drawTestPattern (bool useTexture);
218 bool RenderCase::drawTestPattern (bool useTexture)
245 const char* const fragmentSource = (useTexture) ? (fragmentSourceTex) : (fragmentSourceNoTex);
252 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing a test pattern to detect " << ((useTexture) ? ("texture sampling") : ("")) << " side-effects." << tcu::TestLog::EndMessage;
261 if (useTexture)
288 if (useTexture)
317 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 117 bool drawTestPattern (bool useTexture);
221 bool RenderCase::drawTestPattern (bool useTexture)
253 const char* const fragmentSource = (useTexture) ? (fragmentSourceTex) : (fragmentSourceNoTex);
260 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing a test pattern to detect " << ((useTexture) ? ("texture sampling") : ("")) << " side-effects." << tcu::TestLog::EndMessage;
269 if (useTexture)
296 if (useTexture)
325 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient);
    [all...]

Completed in 294 milliseconds