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

  /external/skqp/include/private/
SkSurfaceCharacterization.h 53 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); }
70 void set(sk_sp<GrContextThreadSafeProxy> contextInfo,
80 fContextInfo = contextInfo;
  /external/deqp/external/openglcts/modules/common/
glcParallelShaderCompileTests.cpp 80 const glu::ContextInfo& contextInfo = m_context.getContextInfo();
83 const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_compile")) ||
84 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile");
170 const glu::ContextInfo& contextInfo = m_context.getContextInfo();
173 const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_compile")) ||
174 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile");
233 const glu::ContextInfo& contextInfo = m_context.getContextInfo()
    [all...]
  /external/skia/include/private/
SkSurfaceCharacterization.h 57 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); }
79 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo,
86 : fContextInfo(std::move(contextInfo))
100 void set(sk_sp<GrContextThreadSafeProxy> contextInfo,
113 fContextInfo = contextInfo;
  /external/deqp/modules/gles3/functional/
es3fMultiviewTests.cpp 155 const glu::ContextInfo& contextInfo = m_context.getContextInfo();
156 bool mvsupported = contextInfo.isExtensionSupported("GL_OVR_multiview");
164 bool msaasupported = contextInfo.isExtensionSupported("GL_OVR_multiview_multisampled_render_to_texture");
  /external/skia/bench/
nanobench.cpp 66 using sk_gpu_test::ContextInfo;
170 ContextInfo contextInfo;
174 this->contextInfo.testContext()->makeCurrent();
176 this->contextInfo.testContext()->finish();
179 if (this->contextInfo.testContext()) {
180 this->contextInfo.testContext()->waitOnSyncOrSwap();
183 void fence() override { this->contextInfo.testContext()->finish(); }
186 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) {
202 this->contextInfo
    [all...]
  /external/skqp/bench/
nanobench.cpp 66 using sk_gpu_test::ContextInfo;
170 ContextInfo contextInfo;
174 this->contextInfo.testContext()->makeCurrent();
176 this->contextInfo.testContext()->finish();
179 if (this->contextInfo.testContext()) {
180 this->contextInfo.testContext()->waitOnSyncOrSwap();
183 void fence() override { this->contextInfo.testContext()->finish(); }
186 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) {
202 this->contextInfo
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.2.0-alpha16/
intellij-core-26.2.0-alpha16.jar 

Completed in 4961 milliseconds