Searched refs:getClientType (Results 1 – 11 of 11) sorted by relevance
96 if (config.getClientType() == Control.ClientType.ASYNC_CLIENT) { in LoadClient()109 if (config.getClientType() == Control.ClientType.SYNC_CLIENT) { in LoadClient()180 if (config.getClientType() == Control.ClientType.SYNC_CLIENT) { in start()184 } else if (config.getClientType() == Control.ClientType.ASYNC_CLIENT) { in start()194 if (config.getClientType() == Control.ClientType.SYNC_CLIENT) { in start()198 } else if (config.getClientType() == Control.ClientType.ASYNC_CLIENT) { in start()217 + config.getClientType()); in start()
142 public function getClientType() function in Grpc\\Testing\\ClientConfig
64 state.getClientType())), in Compiler()
467 EGLenum getClientType() const;
1529 ASSERT(getClientType() == EGL_OPENGL_API); in getIntegervImpl()1533 ASSERT(getClientType() == EGL_OPENGL_API); in getIntegervImpl()2519 EGLenum Context::getClientType() const in getClientType() function in gl::Context2521 return mState.getClientType(); in getClientType()2847 if (getClientType() == EGL_OPENGL_ES_API) in initVersionStrings()2856 if (getClientType() == EGL_OPENGL_ES_API) in initVersionStrings()2862 ASSERT(getClientType() == EGL_OPENGL_API); in initVersionStrings()3237 if (getClientType() == EGL_OPENGL_API || getClientVersion() < Version(2, 0)) in initCaps()8152 if (getClientType() == EGL_OPENGL_API && internalformat == GL_DEPTH_COMPONENT) in getConvertedRenderbufferFormat()
105 EGLenum getClientType() const { return mClientType; } in getClientType() function
22 if (context->getClientType() != EGL_OPENGL_API && context->getClientMajorVersion() > 1) \
3160 if (glState.getClientType() == EGL_OPENGL_API) in GetQueryParameterInfo()3933 *value = context->getClientType(); in QueryContextAttrib()
271 if (context->getClientType() == EGL_OPENGL_API) in ValidateTexImageFormatCombination()323 if (context->getClientType() == EGL_OPENGL_API) in ValidateTexImageFormatCombination()
2082 ProgramD3DMetadata metadata(mRenderer, shadersD3D, context->getClientType()); in link()
3643 io.grpc.benchmarks.proto.Control.ClientType getClientType(); in getClientType() method4109 public io.grpc.benchmarks.proto.Control.ClientType getClientType() { in getClientType() method in Control.ClientConfig5207 public io.grpc.benchmarks.proto.Control.ClientType getClientType() { in getClientType() method in Control.ClientConfig.Builder