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

  /external/replicaisland/src/com/replica/replicaisland/
RenderSystem.java 21 * Manages a double-buffered queue of renderable objects. The game thread submits drawable objects
141 RenderElement renderable = (RenderElement)element; local
143 final ObjectPool pool = renderable.mDrawable.getParentPool();
145 pool.release(renderable.mDrawable);
148 renderable.reset();
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 47 static bool renderable (const eglu::CandidateConfig& c) function in namespace:deqp::egl
130 static const eglu::ConfigFilter s_renderAPIFilters[] = { renderable<EGL_OPENGL_BIT>, renderable<EGL_OPENGL_ES_BIT>, renderable<EGL_OPENVG_BIT> };
315 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENGL_BIT>))
323 if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENGL_BIT>))
331 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_BIT>))
342 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>))
350 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>))
361 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENVG_BIT>)
    [all...]
teglColorClearTests.cpp 75 static bool renderable (const eglu::CandidateConfig& c) function in namespace:deqp::egl
82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG }
teglCreateContextExtTests.cpp 1024 static bool renderable (const eglu::CandidateConfig& c) function in namespace:deqp::egl::__anon17032
1033 case EGL_OPENGL_ES2_BIT: return renderable<EGL_OPENGL_ES2_BIT>;
1034 case EGL_OPENGL_ES3_BIT: return renderable<EGL_OPENGL_ES3_BIT>;
1035 case EGL_OPENGL_BIT: return renderable<EGL_OPENGL_BIT>;
1038 return renderable<0>;
    [all...]
teglRenderTests.cpp 1047 static bool renderable (const eglu::CandidateConfig& c) function in namespace:deqp::egl
    [all...]
teglRobustnessTests.cpp 118 bool renderable (const eglu::CandidateConfig& c) function in namespace:deqp::egl::__anon17061
127 case EGL_OPENGL_ES2_BIT: return renderable<EGL_OPENGL_ES2_BIT>;
128 case EGL_OPENGL_ES3_BIT: return renderable<EGL_OPENGL_ES3_BIT>;
129 case EGL_OPENGL_BIT: return renderable<EGL_OPENGL_BIT>;
132 return renderable<0>;
    [all...]
  /external/skia/tests/
ProxyTest.cpp 220 bool renderable = caps.isConfigRenderable(config, numSamples > 0); local
230 if (renderable && kOpenGL_GrBackend == ctxInfo.backend()) {
250 if (renderable) {
  /external/deqp/framework/opengl/
gluTextureUtil.cpp     [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 28 import java.awt.image.renderable.RenderableImage;
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.0/
auto-value-1.0.jar 
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js     [all...]

Completed in 1480 milliseconds