Home
last modified time | relevance | path

Searched refs:getClientType (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java96 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()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php142 public function getClientType() function in Grpc\\Testing\\ClientConfig
/external/angle/src/libANGLE/
DCompiler.cpp64 state.getClientType())), in Compiler()
DContext.h467 EGLenum getClientType() const;
DContext.cpp1529 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::Context
2521 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()
DState.h105 EGLenum getClientType() const { return mClientType; } in getClientType() function
DvalidationES1.cpp22 if (context->getClientType() != EGL_OPENGL_API && context->getClientMajorVersion() > 1) \
Dqueryutils.cpp3160 if (glState.getClientType() == EGL_OPENGL_API) in GetQueryParameterInfo()
3933 *value = context->getClientType(); in QueryContextAttrib()
DvalidationES3.cpp271 if (context->getClientType() == EGL_OPENGL_API) in ValidateTexImageFormatCombination()
323 if (context->getClientType() == EGL_OPENGL_API) in ValidateTexImageFormatCombination()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2082 ProgramD3DMetadata metadata(mRenderer, shadersD3D, context->getClientType()); in link()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3643 io.grpc.benchmarks.proto.Control.ClientType getClientType(); in getClientType() method
4109 public io.grpc.benchmarks.proto.Control.ClientType getClientType() { in getClientType() method in Control.ClientConfig
5207 public io.grpc.benchmarks.proto.Control.ClientType getClientType() { in getClientType() method in Control.ClientConfig.Builder