Home
last modified time | relevance | path

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

/external/angle/extensions/
DEGL_ANGLE_device_d3d.txt62 EGL_D3D9_DEVICE_ANGLE 0x33A0
77 <attribute> may be either EGL_D3D9_DEVICE_ANGLE or EGL_D3D11_DEVICE_ANGLE.
81 associated with a D3D9 device and <attribute> is EGL_D3D9_DEVICE_ANGLE,
/external/angle/src/tests/egl_tests/
DEGLDeviceTest.cpp397 EGL_D3D9_DEVICE_ANGLE, reinterpret_cast<void *>(&fakeD3DDevice), nullptr); in TEST_P()
467 EGL_D3D9_DEVICE_ANGLE, &device)); in TEST_P()
489 EGL_D3D9_DEVICE_ANGLE, &device)); in TEST_P()
/external/swiftshader/include/EGL/
Deglext.h576 #define EGL_D3D9_DEVICE_ANGLE 0x33A0 macro
/external/angle/src/libANGLE/
DDisplay.cpp128 case EGL_D3D9_DEVICE_ANGLE: in CreateDisplayFromDevice()
DvalidationEGL.cpp5791 case EGL_D3D9_DEVICE_ANGLE: in ValidateQueryDeviceAttribEXT()
/external/mesa3d/include/EGL/
Deglext.h580 #define EGL_D3D9_DEVICE_ANGLE 0x33A0 macro
/external/angle/src/tests/gl_tests/
DD3DTextureTest.cpp103 else if (eglQueryDeviceAttribEXT(device, EGL_D3D9_DEVICE_ANGLE, &result)) in testSetUp()
/external/angle/include/EGL/
Deglext.h561 #define EGL_D3D9_DEVICE_ANGLE 0x33A0 macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h596 #define EGL_D3D9_DEVICE_ANGLE 0x33A0 macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h733 #define EGL_D3D9_DEVICE_ANGLE 0x33A0 macro
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3056 return new DeviceD3D(EGL_D3D9_DEVICE_ANGLE, mDevice); in createEGLDevice()