Home
last modified time | relevance | path

Searched refs:setAPI (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
DMainActivity.java155 LiveEffectEngine.setAPI(apiSelection); in onResume()
168 LiveEffectEngine.setAPI(apiSelection); in toggleEffect()
DLiveEffectEngine.java34 static native boolean setAPI(int apiType); in setAPI() method in LiveEffectEngine
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DThread.h43 void setAPI(EGLenum api);
DThread.cpp61 void Thread::setAPI(EGLenum api) in setAPI() function in egl::Thread
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DThread.h57 void setAPI(EGLenum api);
DThread.cpp99 void Thread::setAPI(EGLenum api) in setAPI() function in egl::Thread
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.hpp151 void setAPI (const ApiType& apiType) { m_bits = apiType.getPacked(); } in setAPI() function in glu::ContextType
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp135 thread->setAPI(EGL_OPENGL_API); in wglCreateContext()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp139 thread->setAPI(EGL_OPENGL_API); in wglCreateContext()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs.cpp52 thread->setAPI(api); in BindAPI()
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl.cpp714 thread->setAPI(api); in EGL_BindAPI()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp262 contextType.setAPI(glu::ApiType::es(majorVersion, minorVersion)); in ReferenceContextLimits()