/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_CM/ |
D | GLEScmValidate.cpp | 151 bool GLEScmValidate::capability(GLenum cap,int maxLights,int maxClipPlanes) { in capability()
|
D | CoreProfileEngine.cpp | 530 void CoreProfileEngine::enable(GLenum cap) { in enable() 559 void CoreProfileEngine::disable(GLenum cap) { in disable()
|
D | GLEScmContext.cpp | 878 void GLEScmContext::enable(GLenum cap) { in enable() 894 void GLEScmContext::disable(GLenum cap) { in disable()
|
D | GLEScmImp.cpp | 383 GL_API GLboolean GL_APIENTRY glIsEnabled( GLenum cap) { in glIsEnabled() 886 GL_API void GL_APIENTRY glDisable( GLenum cap) { in glDisable() 921 GL_API void GL_APIENTRY glEnable( GLenum cap) { in glEnable()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | vk_util.h | 86 uint32_t cap; member
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 346 GLboolean GLEncoder::s_glIsEnabled(void *self, GLenum cap) in s_glIsEnabled() 707 void GLEncoder::s_glDisable(void* self, GLenum cap) in s_glDisable() 734 void GLEncoder::s_glEnable(void* self, GLenum cap) in s_glEnable()
|
D | gl_entry.cpp | 695 void glDisable(GLenum cap) in glDisable() 719 void glEnable(GLenum cap) in glEnable() 877 GLboolean glIsEnabled(GLenum cap) in glIsEnabled()
|
/device/generic/goldfish/camera/ |
D | EmulatedQemuCamera3.cpp | 1085 char *cap = strtok_r(prop, " ,", &saveptr); in getCameraCapabilities() local 1110 bool EmulatedQemuCamera3::hasCapability(AvailableCapabilities cap) { in hasCapability()
|
D | EmulatedFakeCamera3.cpp | 1093 char *cap = strtok_r(prop, " ,", &saveptr); in getCameraCapabilities() local 1145 bool EmulatedFakeCamera3::hasCapability(AvailableCapabilities cap) { in hasCapability()
|
D | EmulatedFakeRotatingCamera3.cpp | 1092 char *cap = strtok_r(prop, " ,", &saveptr); in getCameraCapabilities() local 1144 bool EmulatedFakeRotatingCamera3::hasCapability(AvailableCapabilities cap) { in hasCapability()
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | vk_util.h | 101 uint32_t cap; member
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | GLESv2Validate.cpp | 400 bool GLESv2Validate::capability(GLenum cap){ in capability()
|
D | GLESv2Imp.cpp | 581 static void sSetDesktopGLEnable(const GLESv2Context* ctx, bool enable, GLenum cap) { in sSetDesktopGLEnable() 1487 GL_APICALL void GL_APIENTRY glDisable(GLenum cap){ in glDisable() 1626 GL_APICALL void GL_APIENTRY glEnable(GLenum cap){ in glEnable() 3077 GL_APICALL GLboolean GL_APIENTRY glIsEnabled(GLenum cap){ in glIsEnabled()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 374 void GL_APIENTRY glDisable(GLenum cap) in glDisable() 394 void GL_APIENTRY glEnable(GLenum cap) in glEnable() 524 GLboolean GL_APIENTRY glIsEnabled(GLenum cap) in glIsEnabled()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GLESv2Validation.cpp | 1393 bool allowedEnable(int majorVersion, int minorVersion, GLenum cap) { in allowedEnable()
|
D | gl2_entry.cpp | 677 void glDisable(GLenum cap) in glDisable() 701 void glEnable(GLenum cap) in glEnable() 950 GLboolean glIsEnabled(GLenum cap) in glIsEnabled()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Caps.cpp | 168 const TextureCaps &cap = textureCaps.get(requiredFormats[i]); in GetFormatSupportBase() local
|
D | capture_gles_2_0_autogen.cpp | 607 CallCapture CaptureDisable(const State &glState, bool isCallValid, GLenum cap) in CaptureDisable() 662 CallCapture CaptureEnable(const State &glState, bool isCallValid, GLenum cap) in CaptureEnable() 1431 GLenum cap, in CaptureIsEnabled()
|
D | validationES2.cpp | 625 bool ValidCap(const Context *context, GLenum cap, bool queryOnly) in ValidCap() 5676 bool ValidateDisable(const Context *context, GLenum cap) in ValidateDisable() 5687 bool ValidateEnable(const Context *context, GLenum cap) in ValidateEnable() 6131 bool ValidateIsEnabled(const Context *context, GLenum cap) in ValidateIsEnabled()
|
D | Context.cpp | 3302 # define ANGLE_LOG_LIMITED_CAP(cap, limit) in initCaps() argument 3305 #define ANGLE_LIMIT_CAP(cap, limit) \ in initCaps() argument 4749 void Context::disable(GLenum cap) in disable() 4767 void Context::enable(GLenum cap) in enable()
|
D | FrameCapture.cpp | 1921 auto cap = [setupCalls](CallCapture &&call) { setupCalls->emplace_back(std::move(call)); }; in CaptureMidExecutionSetup() local
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 381 void glDisable(GLenum cap) in glDisable() 401 void glEnable(GLenum cap) in glEnable() 531 GLboolean glIsEnabled(GLenum cap) in glIsEnabled()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 876 void GL_APIENTRY Disable(GLenum cap) in Disable() 956 void GL_APIENTRY Enable(GLenum cap) in Enable() 1891 GLboolean GL_APIENTRY IsEnabled(GLenum cap) in IsEnabled()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 1609 GLenum cap = mFeatures.emulatePrimitiveRestartFixedIndex.enabled in setPrimitiveRestartEnabled() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_1_0_autogen.cpp | 1062 void GL_APIENTRY Disable(GLenum cap) in Disable() 1156 void GL_APIENTRY Enable(GLenum cap) in Enable() 2409 GLboolean GL_APIENTRY IsEnabled(GLenum cap) in IsEnabled()
|