Searched refs:rcQueryEGLString (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_client_base.h | 13 rcQueryEGLString_client_proc_t rcQueryEGLString; member
|
D | renderControl_ftable.h | 13 {"rcQueryEGLString", (void*)rcQueryEGLString},
|
D | renderControl.attrib | 11 rcQueryEGLString
|
D | renderControl_client_context.h | 15 rcQueryEGLString_client_proc_t rcQueryEGLString; member
|
D | renderControl_client_context.cpp | 15 rcQueryEGLString = (rcQueryEGLString_client_proc_t) getProc("rcQueryEGLString", userData); in initDispatchByName()
|
D | renderControl.in | 3 GL_ENTRY(EGLint, rcQueryEGLString, EGLenum name, void *buffer, EGLint bufferSize)
|
D | renderControl_entry.cpp | 10 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize); 98 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize) in rcQueryEGLString() function 101 return ctx->rcQueryEGLString(ctx, name, buffer, bufferSize); in rcQueryEGLString()
|
D | README | 16 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize);
|
D | renderControl_enc.cpp | 2830 this->rcQueryEGLString = &rcQueryEGLString_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 15 rcQueryEGLString_server_proc_t rcQueryEGLString; member
|
D | renderControl_server_context.cpp | 15 rcQueryEGLString = (rcQueryEGLString_server_proc_t) getProc("rcQueryEGLString", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 105 …*(EGLint *)(&tmpBuf[0 + size_buffer]) = this->rcQueryEGLString(var_name, (void*)(outptr_buffer.… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 14 rcQueryEGLString
|
D | renderControl.in | 3 GL_ENTRY(EGLint, rcQueryEGLString, EGLenum name, void *buffer, EGLint bufferSize)
|
/hardware/google/gfxstream/guest/egl/ |
D | eglDisplay.cpp | 320 int n = rcEnc->rcQueryEGLString(rcEnc, name, NULL, 0); in queryHostEGLString() 324 n = rcEnc->rcQueryEGLString(rcEnc, name, str, -n); in queryHostEGLString()
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 287 static EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize) in rcQueryEGLString() function 1553 dec->rcQueryEGLString = rcQueryEGLString; in initRenderControlContext()
|