HomeSort by relevance Sort by last modified time
    Searched full:m_context (Results 201 - 225 of 361) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp 380 addChild(new RboSizeCase (m_context, "renderbuffer_size", "RENDERBUFFER_WIDTH and RENDERBUFFER_HEIGHT"));
381 addChild(new RboInternalFormatCase (m_context, "renderbuffer_internal_format", "RENDERBUFFER_INTERNAL_FORMAT"));
382 addChild(new RboComponentSizeColorCase (m_context, "renderbuffer_component_size_color", "RENDERBUFFER_x_SIZE"));
383 addChild(new RboComponentSizeDepthCase (m_context, "renderbuffer_component_size_depth", "RENDERBUFFER_x_SIZE"));
384 addChild(new RboSamplesCase (m_context, "renderbuffer_samples", "RENDERBUFFER_SAMPLES"));
es3fDefaultVertexAttributeTests.cpp 309 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE)
328 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(s_passThroughFragmentShaderSource));
342 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
361 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_bufID);
444 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
472 glu::readPixels(m_context.getRenderContext(), 0, 0, dest.getAccess());
503 const tcu::RGBA colorThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() * resultThreshold;
611 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dataType))
636 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, intTargets[targetNdx].dataType)
    [all...]
es3fInstancedRenderingTests.cpp 303 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertShaderSourceStr, fragShaderSource));
436 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH);
437 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT);
439 int xOffsetMax = m_context.getRenderTarget().getWidth() - width;
440 int yOffsetMax = m_context.getRenderTarget().getHeight() - height;
455 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());
639 TestCaseGroup* functionGroup = new TestCaseGroup(m_context, functionName, functionDesc);
657 TestCaseGroup* instancingTypeGroup = new TestCaseGroup(m_context, instancingTypeName, instancingTypeDesc);
664 instancingTypeGroup->addChild(new InstancedRenderingCase(m_context, countName.c_str(), "",
704 TestCaseGroup* typesGroup = new TestCaseGroup(m_context, "types", "Tests for instanced attributes of particular data types")
    [all...]
es3fPrimitiveRestartTests.cpp 238 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertShaderSource, fragShaderSource));
459 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH);
460 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT);
462 int xOffsetMax = m_context.getRenderTarget().getWidth() - width;
463 int yOffsetMax = m_context.getRenderTarget().getHeight() - height;
487 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());
492 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, referenceImg.getAccess());
655 TestCaseGroup* specialCaseGroup = new TestCaseGroup(m_context, specialCaseGroupName.c_str(), "");
671 TestCaseGroup* primTypeGroup = new TestCaseGroup(m_context, primTypeName, "");
683 TestCaseGroup* indexTypeGroup = new TestCaseGroup(m_context, indexTypeName, "")
    [all...]
es3fImplementationLimitTests.cpp 242 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
243 const T value = query<T>(m_context.getRenderContext().getFunctions(), m_limit);
288 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
390 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
436 addChild(new LimitQueryCase<TYPE>(m_context, #NAME, #PARAM, PARAM, MIN_VAL))
454 addChild(new CompressedTextureFormatsQueryCase(m_context)); // GL_COMPRESSED_TEXTURE_FORMATS
464 addChild(new ExtensionQueryCase(m_context)); // GL_EXTENSIONS + consistency validation
es3fPixelBufferObjectTests.cpp 263 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource.str()));
385 int width = m_context.getRenderTarget().getWidth();
386 int height = m_context.getRenderTarget().getHeight();
601 TestCaseGroup* nativeFramebufferGroup = new TestCaseGroup(m_context, "native", "Tests with reading from native framebuffer");
624 nativeFramebufferGroup->addChild(new ReadPixelsTest(m_context, nativeFramebufferTests[testNdx]));
629 TestCaseGroup* renderbufferGroup = new TestCaseGroup(m_context, "renderbuffer", "Tests with reading from renderbuffer");
712 renderbufferGroup->addChild(new ReadPixelsTest(m_context, testSpec));
es3fFloatStateQueryTests.cpp     [all...]
es3fDrawTests.cpp 179 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "single_attribute", "Single attribute array.");
214 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multiple_attributes", "Multiple attribute arrays.");
260 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "instanced_attributes", "Instanced attribute array.");
320 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "default_attribute", "Attribute specified with glVertexAttrib*.");
450 de::MovePtr<gls::DrawTest> test (new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()));
505 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str());
556 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method));
563 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));
571 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));
657 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth())
    [all...]
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 212 m_program = new glu::ShaderProgram(m_context.getRenderContext(), genSources(*m_params));
275 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
285 genPositions(m_context.getRenderTarget(), (int)positions.size(), &positions[0]);
295 glu::draw(m_context.getRenderContext(), m_program->getProgram(),
366 addChild(new LongRunningShaderCase(m_context, &s_cases[ndx]));
es3sOcclusionQueryTests.cpp 127 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertShaderSource, fragShaderSource));
295 addChild(new OcclusionQueryStressCase(m_context, "10_queries_2500_triangles_per_query", "10_queries_2500_triangles_per_query", 49, 50, 1, 50, 10, GL_ANY_SAMPLES_PASSED));
296 addChild(new OcclusionQueryStressCase(m_context, "100_queries_2500_triangles_per_query", "100_queries_2500_triangles_per_query", 49, 50, 1, 50, 100, GL_ANY_SAMPLES_PASSED));
297 addChild(new OcclusionQueryStressCase(m_context, "1000_queries_500_triangles_per_query", "1000_queries_500_triangles_per_query", 49, 10, 1, 10, 1000, GL_ANY_SAMPLES_PASSED));
298 addChild(new OcclusionQueryStressCase(m_context, "10000_queries_20_triangles_per_query", "10000_queries_20_triangles_per_query", 1, 19, 1, 1, 10000, GL_ANY_SAMPLES_PASSED));
  /external/lldb/source/Target/
CPPLanguageRuntime.cpp 240 m_context = llvm::StringRef();
326 m_context = full.substr(0, context_end - 1);
338 // if (!m_context.empty())
339 // printf (" context = '%s'\n", m_context.str().c_str());
368 return m_context;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 722 FX_BYTE m_Context[2048];
736 CRYPT_AESSetKey(pContext->m_Context, 16, m_EncryptKey, 32, bEncrypt);
741 CRYPT_AESSetIV(pContext->m_Context, pContext->m_Block);
762 CRYPT_AESSetKey(pContext->m_Context, 16, realkey, 16, bEncrypt);
767 CRYPT_AESSetIV(pContext->m_Context, pContext->m_Block);
808 CRYPT_AESSetIV(pContext->m_Context, pContext->m_Block);
814 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16);
816 CRYPT_AESDecrypt(pContext->m_Context, block_buf, pContext->m_Block, 16);
844 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16);
849 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16)
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 157 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget();
194 glu::ShaderProgram program(m_context.getRenderContext(),
200 if (m_precision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported())
270 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias);
272 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, rendered.getAccess());
329 addChild(new InterpolationCase(m_context, baseName.c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, false));
330 addChild(new InterpolationCase(m_context, (baseName + "_proj").c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, true));
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
es3pStateChangeCallTests.cpp 69 addChild(new StateChangeCallTest_ ## NAME (m_context, #NAME, DESCRIPTION));\
94 addChild(new StateChangeCallTest_ ## NAME (m_context, #NAME, DESCRIPTION));\
121 addChild(new StateChangeCallTest_ ## NAME (m_context, #NAME, DESCRIPTION));\
150 addChild(new StateChangeCallTest_ ## NAME (m_context, #NAME, DESCRIPTION));\
181 addChild(new StateChangeCallTest_ ## NAME (m_context, #NAME, DESCRIPTION));\
214 addChild(new StateChangeCallTest_ ## NAME (m_context, #NAME, DESCRIPTION));\
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 331 const glu::RenderContext& renderCtx = m_context.getRenderContext();
336 m_program = MovePtr<ShaderProgram>(new ShaderProgram(m_context.getRenderContext(),
426 const glu::RenderContext& renderCtx = m_context.getRenderContext();
490 const glu::RenderContext& renderCtx = m_context.getRenderContext();
496 m_program = MovePtr<ShaderProgram>(new ShaderProgram(m_context.getRenderContext(),
633 const glu::RenderContext& renderCtx = m_context.getRenderContext();
706 valueGroup->addChild(new HelperInvocationValueCase(m_context, name.c_str(), "", primType, numSamples));
724 derivateGroup->addChild(new HelperInvocationDerivateCase(m_context, (name + "_dfdx").c_str(), "", primType, numSamples, "dFdx", true));
725 derivateGroup->addChild(new HelperInvocationDerivateCase(m_context, (name + "_dfdy").c_str(), "", primType, numSamples, "dFdy", true));
726 derivateGroup->addChild(new HelperInvocationDerivateCase(m_context, (name + "_fwidth").c_str(), "", primType, numSamples, "fwidth", false))
    [all...]
es31fTextureFilteringTests.cpp 199 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array"))
212 m_gradientTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_depth);
213 m_gridTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_depth);
277 const bool isSingleSample = (m_context.getRenderTarget().getNumSamples() == 0);
321 const glu::RenderContext& renderCtx = m_context.getRenderContext();
325 const RandomViewport viewport (m_context.getRenderTarget(), viewportSize, viewportSize, randomSeed);
520 formatsGroup->addChild(new TextureCubeArrayFilteringCase(m_context,
550 sizesGroup->addChild(new TextureCubeArrayFilteringCase(m_context,
582 combinationsGroup->addChild(new TextureCubeArrayFilteringCase(m_context,
604 onlyFaceInteriorGroup->addChild(new TextureCubeArrayFilteringCase(m_context,
    [all...]
es31fTextureSpecificationTests.cpp 136 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
239 return m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array");
855 basicTexImageGroup->addChild(new BasicTexImageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", format, texCubeArraySize, texCubeArrayLayers));
896 pboGroup->addChild(new TexImageCubeArrayBufferCase (m_context, (fmtName + "_cube_array").c_str(), "", format, texCubeArraySize, texCubeDepth, 0, 0, 0, 0, 0, 4, 0));
901 pboGroup->addChild(new TexImageCubeArrayBufferCase(m_context, (string(parameterCases[ndx].name) + "_cube_array").c_str(), "",
925 shadow3dGroup->addChild(new TexImageCubeArrayDepthCase(m_context, (std::string(depthStencilFormats[ndx].name) + "_cube_array").c_str(), "", depthStencilFormats[ndx].internalFormat, texCubeArraySize, texCubeArrayDepth));
939 shadow3dGroup->addChild(new TexImageCubeArrayDepthBufferCase(m_context, (std::string(depthStencilFormats[ndx].name) + "_cube_array").c_str(), "", depthStencilFormats[ndx].internalFormat, texCubeArraySize, texCubeArrayDepth));
    [all...]
es31fTextureBorderClampTests.cpp 653 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_border_clamp"))
658 !m_context.getContextInfo().isExtensionSupported("GL_KHR_texture_compression_astc_ldr"))
663 if (m_texFormat == GL_BGRA && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_format_BGRA8888"))
666 if (m_context.getRenderTarget().getWidth() < VIEWPORT_WIDTH ||
667 m_context.getRenderTarget().getHeight() < VIEWPORT_HEIGHT)
674 m_texture = genDummyTexture<glu::Texture2D>(m_context.getRenderContext(), m_context.getContextInfo(), m_texFormat, tcu::IVec2(m_texWidth, m_texHeight));
684 m_renderer = de::MovePtr<gls::TextureTestUtil::TextureRenderer>(new gls::TextureTestUtil::TextureRenderer(m_context.getRenderContext(), m_testCtx.getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP));
762 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
763 const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, getIterationSeed(config))
    [all...]
es31fSampleVariableTests.cpp 274 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables"))
355 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
634 const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() > 1);
671 const int sampleCount = (m_renderTarget == TARGET_DEFAULT) ? (m_context.getRenderTarget().getNumSamples()) : (m_numRequestedSamples);
902 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") &&
903 !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
907 m_useSampleQualifier = m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation");
924 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
939 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
    [all...]
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 116 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
120 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
121 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
124 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE ||
125 m_context.getRenderTarget().getHeight() < RENDER_SIZE)
282 m_program = new glu::ShaderProgram(m_context.getRenderContext(), sources);
334 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
336 const glu::VertexArray vao (m_context.getRenderContext());
375 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.front().getAccess());
628 multilimitGroup->addChild(new GridRenderCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].flags))
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 356 , m_context (0)
413 m_context = wgl.createContextAttribsARB(deviceCtx, NULL, attribList);
415 if (!m_context)
418 if (!wgl.makeCurrent(deviceCtx, m_context))
420 wgl.deleteContext(m_context);
430 wgl.deleteContext(m_context);
  /external/deqp/modules/egl/
teglResizeTests.cpp 125 MovePtr<UniqueContext> m_context; member in class:deqp::egl::ResizeTest
190 m_context = context;
203 m_context.clear();
349 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context);
388 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context);
488 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context);
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java 191 ? m_traverser.first(m_context)
192 : m_traverser.next(m_context, m_lastFetched);
293 xctxt.pushIteratorRoot(m_context);

Completed in 414 milliseconds

1 2 3 4 5 6 7 891011>>