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

  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 49 static const int MAX_RENDER_WIDTH = 128;
436 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH);
es3fPrimitiveRestartTests.cpp 46 static const int MAX_RENDER_WIDTH = 256;
459 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH);
es3fUniformApiTests.cpp 70 static const int MAX_RENDER_WIDTH = 32;
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 63 static const int MAX_RENDER_WIDTH = 128;
432 return tcu::IVec2(de::min(m_renderCtx.getRenderTarget().getWidth(), MAX_RENDER_WIDTH),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 73 MAX_RENDER_WIDTH = 32,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 70 static const int MAX_RENDER_WIDTH = 32;
    [all...]

Completed in 140 milliseconds