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

  /external/deqp/framework/opengl/
gluFboRenderContext.hpp 64 deUint32 m_colorBuffer;
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 123 glu::Renderbuffer m_colorBuffer;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 322 tcu::TextureLevel m_colorBuffer;
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 145 deUint32 getColorBuffer (void) const { return m_colorBuffer; }
158 deUint32 m_colorBuffer;
253 , m_colorBuffer (0)
268 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height);
269 context.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_colorBuffer, 0);
273 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height);
274 context.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, m_colorBuffer);
320 destroyBuffer(m_colorBuffer, m_config.colorType);
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleSystem.java 80 public ParticleBuffer<ParticleColor> m_colorBuffer;
167 m_colorBuffer = new ParticleBuffer<ParticleColor>(ParticleColor.class);
188 capacity = limitCapacity(capacity, m_colorBuffer.userSuppliedCapacity);
206 m_colorBuffer.data =
207 reallocateBuffer(m_colorBuffer, m_internalAllocatedCapacity, capacity, true);
228 if (m_colorBuffer.data != null || def.color != null) {
229 m_colorBuffer.data = requestParticleBuffer(m_colorBuffer.dataClass, m_colorBuffer.data);
230 m_colorBuffer.data[index].set(def.color)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 1010 MovePtr<glu::Renderbuffer> m_colorBuffer;
    [all...]

Completed in 400 milliseconds