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

  /external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp 651 const RenderBits renderType = renderTypeCombinations[renderTypeNdx];
652 TestCaseGroup* const renderTypeGroup = new TestCaseGroup(context, toTestName(renderType).c_str(), toTestName(renderType).c_str());
661 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
670 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
680 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
740 const RenderBits renderType = renderTypeCombinations[renderTypeNdx];
742 const string name (toTestName(renderType));
744 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, name.c_str(), name.c_str()));
756 const RenderBits renderType = renderTypeCombinations[renderTypeNdx]
    [all...]
  /external/mesa3d/src/glx/
glxconfig.h 78 GLint renderType;
glxclient.h 108 int renderType);
400 int renderType;
469 int renderType);
800 struct glx_context *shareList, int renderType);
819 struct glx_context *shareList, int renderType);
glxcmds.c 250 * \param renderType For FBConfigs, what is the rendering type?
256 unsigned code, int renderType, int screen)
273 gc = applegl_create_context(psc, config, shareList, renderType);
276 gc = psc->vtable->create_context(psc, config, shareList, renderType);
278 gc = indirect_create_context(psc, config, shareList, renderType);
310 req->renderType = renderType;
331 req->renderType = renderType;
349 gc->renderType = renderType
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 117 GLint renderType;
  /frameworks/base/libs/hwui/
BakedOpDispatcher.cpp 266 const ClipBase* renderClip, TextRenderType renderType) {
306 bool forceFinish = (renderType == TextRenderType::Flush);
333 TextRenderType renderType = (i + 1 == opList.count)
335 renderText(renderer, op, state, clip, renderType);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 

Completed in 241 milliseconds