Home
last modified time | relevance | path

Searched defs:cap (Results 1 – 25 of 32) sorted by relevance

12

/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_CM/
DGLEScmValidate.cpp151 bool GLEScmValidate::capability(GLenum cap,int maxLights,int maxClipPlanes) { in capability()
DCoreProfileEngine.cpp530 void CoreProfileEngine::enable(GLenum cap) { in enable()
559 void CoreProfileEngine::disable(GLenum cap) { in disable()
DGLEScmContext.cpp878 void GLEScmContext::enable(GLenum cap) { in enable()
894 void GLEScmContext::disable(GLenum cap) { in disable()
DGLEScmImp.cpp383 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/
Dvk_util.h86 uint32_t cap; member
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp346 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()
Dgl_entry.cpp695 void glDisable(GLenum cap) in glDisable()
719 void glEnable(GLenum cap) in glEnable()
877 GLboolean glIsEnabled(GLenum cap) in glIsEnabled()
/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1085 char *cap = strtok_r(prop, " ,", &saveptr); in getCameraCapabilities() local
1110 bool EmulatedQemuCamera3::hasCapability(AvailableCapabilities cap) { in hasCapability()
DEmulatedFakeCamera3.cpp1093 char *cap = strtok_r(prop, " ,", &saveptr); in getCameraCapabilities() local
1145 bool EmulatedFakeCamera3::hasCapability(AvailableCapabilities cap) { in hasCapability()
DEmulatedFakeRotatingCamera3.cpp1092 char *cap = strtok_r(prop, " ,", &saveptr); in getCameraCapabilities() local
1144 bool EmulatedFakeRotatingCamera3::hasCapability(AvailableCapabilities cap) { in hasCapability()
/device/generic/vulkan-cereal/stream-servers/vulkan/
Dvk_util.h101 uint32_t cap; member
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv2Validate.cpp400 bool GLESv2Validate::capability(GLenum cap){ in capability()
DGLESv2Imp.cpp581 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/
DlibGLESv1_CM.cpp374 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/
DGLESv2Validation.cpp1393 bool allowedEnable(int majorVersion, int minorVersion, GLenum cap) { in allowedEnable()
Dgl2_entry.cpp677 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/
DCaps.cpp168 const TextureCaps &cap = textureCaps.get(requiredFormats[i]); in GetFormatSupportBase() local
Dcapture_gles_2_0_autogen.cpp607 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()
DvalidationES2.cpp625 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()
DContext.cpp3302 # 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()
DFrameCapture.cpp1921 auto cap = [setupCalls](CallCapture &&call) { setupCalls->emplace_back(std::move(call)); }; in CaptureMidExecutionSetup() local
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp381 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/
Dentry_points_gles_2_0_autogen.cpp876 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/
DStateManagerGL.cpp1609 GLenum cap = mFeatures.emulatePrimitiveRestartFixedIndex.enabled in setPrimitiveRestartEnabled() local
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_0_autogen.cpp1062 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()

12