Home
last modified time | relevance | path

Searched refs:streamAttributes (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLStreamTest.cpp113 const EGLint streamAttributes[] = { in TEST_P() local
119 stream = eglCreateStreamKHR(EGL_NO_DISPLAY, streamAttributes); in TEST_P()
124 stream = eglCreateStreamKHR(display, streamAttributes); in TEST_P()
169 const EGLint streamAttributes[] = { in TEST_P() local
173 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); in TEST_P()
207 const EGLint streamAttributes[] = { in TEST_P() local
211 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); in TEST_P()
324 const EGLint streamAttributes[] = { in TEST_P() local
328 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); in TEST_P()
767 const EGLint streamAttributes[] = { in TEST_P() local
[all …]
/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.h94 angle::Result streamAttributes(const gl::Context *context,
DVertexArrayGL.cpp234 ANGLE_TRY(streamAttributes(context, updatedStreamingAttribsMask, instanceCount, in syncDrawState()
244 streamAttributes(context, needsStreamingAttribs, instanceCount, indexRange, false)); in syncDrawState()
363 angle::Result VertexArrayGL::streamAttributes( in streamAttributes() function in rx::VertexArrayGL
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinlogHelper.java374 static SocketAddress getPeerSocket(Attributes streamAttributes) { in getPeerSocket() argument
375 return streamAttributes.get(Grpc.TRANSPORT_ATTR_REMOTE_ADDR); in getPeerSocket()