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

  /external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp 58 { RENDERBITS_AS_FRAGMENT_TEXTURE, "as_fragment_texture" }
154 RENDERBITS_AS_FRAGMENT_TEXTURE,
155 RENDERBITS_AS_VERTEX_ARRAY | RENDERBITS_AS_FRAGMENT_TEXTURE,
156 RENDERBITS_AS_INDEX_ARRAY | RENDERBITS_AS_FRAGMENT_TEXTURE,
157 RENDERBITS_AS_VERTEX_ARRAY | RENDERBITS_AS_INDEX_ARRAY | RENDERBITS_AS_FRAGMENT_TEXTURE,
158 RENDERBITS_AS_VERTEX_TEXTURE | RENDERBITS_AS_FRAGMENT_TEXTURE,
159 RENDERBITS_AS_VERTEX_ARRAY | RENDERBITS_AS_VERTEX_TEXTURE | RENDERBITS_AS_FRAGMENT_TEXTURE,
160 RENDERBITS_AS_INDEX_ARRAY | RENDERBITS_AS_VERTEX_TEXTURE | RENDERBITS_AS_FRAGMENT_TEXTURE,
161 RENDERBITS_AS_VERTEX_ARRAY | RENDERBITS_AS_INDEX_ARRAY | RENDERBITS_AS_VERTEX_TEXTURE | RENDERBITS_AS_FRAGMENT_TEXTURE
230 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()))
    [all...]
  /external/deqp/modules/glshared/
glsTextureBufferCase.hpp 58 RENDERBITS_AS_FRAGMENT_TEXTURE = (0x1<<3)
glsTextureBufferCase.cpp 345 if (renderBits & RENDERBITS_AS_FRAGMENT_TEXTURE)
352 if (renderBits & RENDERBITS_AS_FRAGMENT_TEXTURE)
360 if (renderBits & RENDERBITS_AS_FRAGMENT_TEXTURE)
618 if (renderBits & RENDERBITS_AS_FRAGMENT_TEXTURE)
637 if (renderBits & RENDERBITS_AS_FRAGMENT_TEXTURE)
669 const rr::FragmentShader* const fragmentShader = (renderBits & RENDERBITS_AS_FRAGMENT_TEXTURE ? static_cast<const rr::FragmentShader*>(&textureFragmentShader) : &coordFragmmentShader);
724 { RENDERBITS_AS_FRAGMENT_TEXTURE, "fragment texture" }
    [all...]

Completed in 2440 milliseconds