Home
last modified time | relevance | path

Searched defs:setAPI (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
DLiveEffectEngine.java34 static native boolean setAPI(int apiType); in setAPI() method in LiveEffectEngine
/third_party/skia/third_party/externals/angle2/src/libANGLE/
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