Home
last modified time | relevance | path

Searched defs:pbuffer (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLIOSurfaceClientBufferTest.cpp206 EGLSurface *pbuffer, in bindIOSurfaceToTexture()
240 EGLSurface pbuffer; in doClearTest() local
321 EGLSurface pbuffer; in doSampleTestWithExtraSteps() local
402 EGLSurface pbuffer; in doBlitTest() local
834 EGLSurface pbuffer; in TEST_P() local
873 …EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(mDisplay, EGL_IOSURFACE_ANGLE, ioSurface.get… in TEST_P() local
895 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(mDisplay, EGL_IOSURFACE_ANGLE, in TEST_P() local
915 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(mDisplay, EGL_IOSURFACE_ANGLE, in TEST_P() local
935 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(mDisplay, EGL_IOSURFACE_ANGLE, in TEST_P() local
956 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(mDisplay, EGL_IOSURFACE_ANGLE, in TEST_P() local
[all …]
H A DEGLSurfacelessContextTest.cpp238 EGLSurface pbuffer = createPbuffer(500, 500); in TEST_P() local
H A DEGLContextCompatibilityTest.cpp292 EGLSurface pbuffer = eglCreatePbufferSurface(mDisplay, pbufferConfig, pBufferAttribs); in testPbufferCompatibility() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DD3DTextureTest.cpp161 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(display, EGL_D3D_TEXTURE_ANGLE, in createD3D11PBuffer() local
220 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(display, EGL_D3D_TEXTURE_ANGLE, in createPBuffer() local
323 EGLSurface pbuffer = createD3D11PBuffer(32, 32, EGL_TEXTURE_RGBA, EGL_TEXTURE_2D, 1, 0, in TEST_P() local
381 EGLSurface pbuffer = in TEST_P() local
481 EGLSurface pbuffer = createD3D11PBuffer( in TEST_P() local
581 EGLSurface pbuffer = createD3D11PBuffer( in TEST_P() local
657 EGLSurface pbuffer = in TEST_P() local
685 EGLSurface pbuffer = in TEST_P() local
716 EGLSurface pbuffer = in TEST_P() local
742 EGLSurface pbuffer = in TEST_P() local
[all …]
H A DPbufferTest.cpp114 void destroyTestPbufferSurface(EGLSurface pbuffer) in destroyTestPbufferSurface()
H A DRobustResourceInitTest.cpp797 EGLSurface pbuffer = eglCreatePbufferSurface(display, config, attribs); in TEST_P() local
H A DImageTest.cpp1689 EGLSurface pbuffer = eglCreatePbufferSurface(display, config, pbufferAttributes); in TEST_P() local
/aosp_15_r20/external/intel-media-driver/Tools/MediaDriverTools/KrnToHex/
H A DKrnToHex.cpp50 unsigned int *pbuffer; in KrnToHex() local
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/
DDataMgmt.cc39 int DataMgmt_GetData(uint16_t* data_len, uint8_t** pbuffer) { in DataMgmt_GetData()
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseDataMgr.cpp38 ESESTATUS phNxpEse_GetData(uint32_t* data_len, uint8_t** pbuffer) { in phNxpEse_GetData()
/aosp_15_r20/external/intel-media-driver/Tools/MediaDriverTools/KrnToHex_IGA/
H A DKrnToHex_IGA.cpp50 unsigned int *pbuffer; in KrnToHex() local
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/lib/
DphNxpEseDataMgr.cpp37 ESESTATUS phNxpEse_GetData(uint32_t* data_len, uint8_t** pbuffer) { in phNxpEse_GetData()
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_winsys_glx.c37 GLXPbuffer pbuffer; member
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DRenderTarget.java176 EGLSurface pbuffer = eglCreatePbufferSurface(display, config, pbuffer_attribs, 0); in setupThread() local
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DRenderTarget.java179 EGLSurface pbuffer = eglCreatePbufferSurface(display, config, pbuffer_attribs, 0); in setupThread() local
/aosp_15_r20/external/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.h109 struct apple_glx_pbuffer pbuffer; member
/aosp_15_r20/frameworks/av/media/libmediametrics/
H A DMediaMetricsItem.cpp485 status_t mediametrics::Item::writeToByteString(char **pbuffer, size_t *plength) const in writeToByteString()
/aosp_15_r20/external/skia/tools/gpu/gl/win/
H A DSkWGL_win.cpp507 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) in SkWGLPbufferContext()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp861 GLint window = 0, pbuffer = 0; in pixelFormatToConfig() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c2594 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, in glXAssociateDMPbufferSGIX()