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

  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 50 static const int MAX_RENDER_HEIGHT = 128;
437 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT);
es3fPrimitiveRestartTests.cpp 47 static const int MAX_RENDER_HEIGHT = 256;
460 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT);
es3fUniformApiTests.cpp 71 static const int MAX_RENDER_HEIGHT = 32;
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 64 static const int MAX_RENDER_HEIGHT = 112;
433 de::min(m_renderCtx.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT));
  /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 74 MAX_RENDER_HEIGHT = 32,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 71 static const int MAX_RENDER_HEIGHT = 32;
    [all...]

Completed in 124 milliseconds