/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | validationGL2.cpp | 15 GLuint index, in ValidateGetVertexAttribdv() 22 bool ValidateVertexAttrib1d(const Context *context, GLuint index, GLdouble x) in ValidateVertexAttrib1d() 27 bool ValidateVertexAttrib1dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib1dv() 32 bool ValidateVertexAttrib1s(const Context *context, GLuint index, GLshort x) in ValidateVertexAttrib1s() 37 bool ValidateVertexAttrib1sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib1sv() 42 bool ValidateVertexAttrib2d(const Context *context, GLuint index, GLdouble x, GLdouble y) in ValidateVertexAttrib2d() 47 bool ValidateVertexAttrib2dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib2dv() 52 bool ValidateVertexAttrib2s(const Context *context, GLuint index, GLshort x, GLshort y) in ValidateVertexAttrib2s() 57 bool ValidateVertexAttrib2sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib2sv() 63 GLuint index, in ValidateVertexAttrib3d() [all …]
|
D | validationGL3.cpp | 57 bool ValidateVertexAttribI1i(const Context *context, GLuint index, GLint x) in ValidateVertexAttribI1i() 62 bool ValidateVertexAttribI1iv(const Context *context, GLuint index, const GLint *v) in ValidateVertexAttribI1iv() 67 bool ValidateVertexAttribI1ui(const Context *context, GLuint index, GLuint x) in ValidateVertexAttribI1ui() 72 bool ValidateVertexAttribI1uiv(const Context *context, GLuint index, const GLuint *v) in ValidateVertexAttribI1uiv() 77 bool ValidateVertexAttribI2i(const Context *context, GLuint index, GLint x, GLint y) in ValidateVertexAttribI2i() 82 bool ValidateVertexAttribI2iv(const Context *context, GLuint index, const GLint *v) in ValidateVertexAttribI2iv() 87 bool ValidateVertexAttribI2ui(const Context *context, GLuint index, GLuint x, GLuint y) in ValidateVertexAttribI2ui() 92 bool ValidateVertexAttribI2uiv(const Context *context, GLuint index, const GLuint *v) in ValidateVertexAttribI2uiv() 97 bool ValidateVertexAttribI3i(const Context *context, GLuint index, GLint x, GLint y, GLint z) in ValidateVertexAttribI3i() 102 bool ValidateVertexAttribI3iv(const Context *context, GLuint index, const GLint *v) in ValidateVertexAttribI3iv() [all …]
|
D | validationGL41.cpp | 22 bool ValidateDepthRangeIndexed(const Context *context, GLuint index, GLdouble n, GLdouble f) in ValidateDepthRangeIndexed() 27 bool ValidateGetDoublei_v(const Context *context, GLenum target, GLuint index, const GLdouble *data) in ValidateGetDoublei_v() 32 bool ValidateGetFloati_v(const Context *context, GLenum target, GLuint index, const GLfloat *data) in ValidateGetFloati_v() 38 GLuint index, in ValidateGetVertexAttribLdv() 215 GLuint index, in ValidateScissorIndexed() 224 bool ValidateScissorIndexedv(const Context *context, GLuint index, const GLint *v) in ValidateScissorIndexedv() 229 bool ValidateVertexAttribL1d(const Context *context, GLuint index, GLdouble x) in ValidateVertexAttribL1d() 234 bool ValidateVertexAttribL1dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttribL1dv() 239 bool ValidateVertexAttribL2d(const Context *context, GLuint index, GLdouble x, GLdouble y) in ValidateVertexAttribL2d() 244 bool ValidateVertexAttribL2dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttribL2dv() [all …]
|
D | ResourceMap_unittest.cpp | 24 for (size_t index = 0; index < kSize; ++index) in TEST() local 29 for (size_t index = 0; index < kSize; ++index) in TEST() local 45 for (size_t index = 0; index < kSize; ++index) in TEST() local 62 for (size_t index = 0; index < kSize; ++index) in TEST() local 94 for (size_t index = 0; index < kSize; ++index) in TEST() local
|
D | validationESEXT.cpp | 352 GLuint index, in ValidateColorMaskiEXT() 367 bool ValidateDisableiEXT(const Context *context, GLenum target, GLuint index) in ValidateDisableiEXT() 378 bool ValidateEnableiEXT(const Context *context, GLenum target, GLuint index) in ValidateEnableiEXT() 389 bool ValidateIsEnablediEXT(const Context *context, GLenum target, GLuint index) in ValidateIsEnablediEXT() 453 GLuint index, in ValidateColorMaskiOES() 468 bool ValidateDisableiOES(const Context *context, GLenum target, GLuint index) in ValidateDisableiOES() 479 bool ValidateEnableiOES(const Context *context, GLenum target, GLuint index) in ValidateEnableiOES() 490 bool ValidateIsEnablediOES(const Context *context, GLenum target, GLuint index) in ValidateIsEnablediOES()
|
D | validationGL33.cpp | 17 GLuint index, in ValidateBindFragDataLocationIndexed() 182 GLuint index, in ValidateVertexAttribP1ui() 191 GLuint index, in ValidateVertexAttribP1uiv() 200 GLuint index, in ValidateVertexAttribP2ui() 209 GLuint index, in ValidateVertexAttribP2uiv() 218 GLuint index, in ValidateVertexAttribP3ui() 227 GLuint index, in ValidateVertexAttribP3uiv() 236 GLuint index, in ValidateVertexAttribP4ui() 245 GLuint index, in ValidateVertexAttribP4uiv()
|
D | Context_gl.cpp | 218 void Context::getVertexAttribdv(GLuint index, GLenum pname, GLdouble *params) in getVertexAttribdv() 223 void Context::vertexAttrib1d(GLuint index, GLdouble x) in vertexAttrib1d() 228 void Context::vertexAttrib1dv(GLuint index, const GLdouble *v) in vertexAttrib1dv() 233 void Context::vertexAttrib1s(GLuint index, GLshort x) in vertexAttrib1s() 238 void Context::vertexAttrib1sv(GLuint index, const GLshort *v) in vertexAttrib1sv() 243 void Context::vertexAttrib2d(GLuint index, GLdouble x, GLdouble y) in vertexAttrib2d() 248 void Context::vertexAttrib2dv(GLuint index, const GLdouble *v) in vertexAttrib2dv() 253 void Context::vertexAttrib2s(GLuint index, GLshort x, GLshort y) in vertexAttrib2s() 258 void Context::vertexAttrib2sv(GLuint index, const GLshort *v) in vertexAttrib2sv() 263 void Context::vertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) in vertexAttrib3d() [all …]
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vk_enum_string_helper.h | 1538 int index = 0; in string_VkAccessFlags() local 1660 int index = 0; in string_VkImageAspectFlags() local 2425 int index = 0; in string_VkFormatFeatureFlags() local 2480 int index = 0; in string_VkImageCreateFlags() local 2519 int index = 0; in string_VkSampleCountFlags() local 2620 int index = 0; in string_VkImageUsageFlags() local 2649 int index = 0; in string_VkMemoryHeapFlags() local 2692 int index = 0; in string_VkMemoryPropertyFlags() local 2754 int index = 0; in string_VkQueueFlags() local 2781 int index = 0; in string_VkDeviceQueueCreateFlags() local [all …]
|
/device/generic/goldfish-opengl/android-emu/android/base/containers/ |
D | HybridComponentManager.h | 35 void add(IndexType index, const Data& data) { in add() 51 void remove(IndexType index) { in remove() 61 Data* get(IndexType index) { in get() 71 const Data* get_const(IndexType index) const { in get_const() 81 Data* getExceptZero(IndexType index) { in getExceptZero() 88 const Data* getExceptZero_const(IndexType index) const { in getExceptZero_const() 123 static Handle index2Handle(uint64_t index) { in index2Handle()
|
/device/generic/vulkan-cereal/base/ |
D | HybridComponentManager.h | 35 void add(IndexType index, const Data& data) { in add() 51 void remove(IndexType index) { in remove() 61 Data* get(IndexType index) { in get() 71 const Data* get_const(IndexType index) const { in get_const() 81 Data* getExceptZero(IndexType index) { in getExceptZero() 88 const Data* getExceptZero_const(IndexType index) const { in getExceptZero_const() 123 static Handle index2Handle(uint64_t index) { in index2Handle()
|
D | HybridEntityManager.h | 65 uint64_t addFixed(IndexType index, const Data& data, size_t type) { in addFixed() 94 void remove(IndexType index) { in remove() 105 Data* get(IndexType index) { in get() 117 const Data* get_const(IndexType index) const { in get_const() 131 Data* getExceptZero(IndexType index) { in getExceptZero() 138 const Data* getExceptZero_const(IndexType index) const { in getExceptZero_const() 186 static Handle index2Handle(uint64_t index) { in index2Handle()
|
D | EntityManager.h | 77 size_t index, in makeHandle() 279 size_t index = getHandleIndex(h); in remove() local 304 size_t index = getHandleIndex(h); in get() local 318 size_t index = getHandleIndex(h); in get_const() local 328 size_t index = getHandleIndex(h); in isLive() local 526 size_t index = indexOfEntity(h); in add() local 544 size_t index = indexOfEntity(h); in remove() local 550 size_t index = indexOfEntity(h); in get() local 562 size_t index = indexOfEntity(h); in get_const() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_2_0_autogen.cpp | 51 void GL_APIENTRY BindAttribLocation(GLuint program, GLuint index, const GLchar *name) in BindAttribLocation() 228 void GL_APIENTRY DisableVertexAttribArray(GLuint index) in DisableVertexAttribArray() 264 void GL_APIENTRY EnableVertexAttribArray(GLuint index) in EnableVertexAttribArray() 283 GLuint index, in GetActiveAttrib() 315 GLuint index, in GetActiveUniform() 602 void GL_APIENTRY GetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) in GetVertexAttribPointerv() 623 void GL_APIENTRY GetVertexAttribdv(GLuint index, GLenum pname, GLdouble *params) in GetVertexAttribdv() 644 void GL_APIENTRY GetVertexAttribfv(GLuint index, GLenum pname, GLfloat *params) in GetVertexAttribfv() 664 void GL_APIENTRY GetVertexAttribiv(GLuint index, GLenum pname, GLint *params) in GetVertexAttribiv() 1313 void GL_APIENTRY VertexAttrib1d(GLuint index, GLdouble x) in VertexAttrib1d() [all …]
|
D | entry_points_gl_3_0_autogen.cpp | 69 void GL_APIENTRY BindBufferBase(GLenum target, GLuint index, GLuint buffer) in BindBufferBase() 92 BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in BindBufferRange() 369 void GL_APIENTRY ColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) in ColorMaski() 454 void GL_APIENTRY Disablei(GLenum target, GLuint index) in Disablei() 472 void GL_APIENTRY Enablei(GLenum target, GLuint index) in Enablei() 783 void GL_APIENTRY GetBooleani_v(GLenum target, GLuint index, GLboolean *data) in GetBooleani_v() 864 void GL_APIENTRY GetIntegeri_v(GLenum target, GLuint index, GLint *data) in GetIntegeri_v() 905 const GLubyte *GL_APIENTRY GetStringi(GLenum name, GLuint index) in GetStringi() 978 GLuint index, in GetTransformFeedbackVarying() 1033 void GL_APIENTRY GetVertexAttribIiv(GLuint index, GLenum pname, GLint *params) in GetVertexAttribIiv() [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/common/ |
D | tls.cpp | 39 TLSIndex index; in CreateTLSIndex() local 70 bool DestroyTLSIndex(TLSIndex index) in DestroyTLSIndex() 100 bool SetTLSValue(TLSIndex index, void *value) in SetTLSValue() 132 void *GetTLSValue(TLSIndex index) in GetTLSValue()
|
D | bitset_utils.h | 66 void resetLaterBit(std::size_t index) in resetLaterBit() 72 void setLaterBit(std::size_t index) in setLaterBit() 166 void resetLaterBit(std::size_t index) in resetLaterBit() 172 void setLaterBit(std::size_t index) in setLaterBit()
|
/device/generic/vulkan-cereal/include/glm/gtc/ |
D | matrix_access.inl | 10 length_t index, 26 length_t index 41 length_t index, 56 length_t index
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | ProgramInterfaceTest.cpp | 47 GLuint index = in TEST_P() local 83 GLuint index = in TEST_P() local 209 GLuint index = glGetProgramResourceIndex(program, GL_PROGRAM_INPUT, "position"); in TEST_P() local 376 GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM, "color"); in TEST_P() local 483 GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM_BLOCK, "blockName"); in TEST_P() local 645 GLuint index = glGetProgramResourceIndex(program, GL_BUFFER_VARIABLE, "blockName1.f1"); in TEST_P() local 760 GLuint index = glGetProgramResourceIndex(program, GL_BUFFER_VARIABLE, "blockIn.a"); in TEST_P() local 873 GLuint index = glGetProgramResourceIndex(program, GL_BUFFER_VARIABLE, "blockOut.s[0][0].m"); in TEST_P() local 1001 GLuint index = glGetProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "blockName0"); in TEST_P() local 1071 GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM, "ac"); in TEST_P() local [all …]
|
D | DrawBuffersTest.cpp | 87 for (unsigned int index = 0; index < 8; index++) in setupMRTProgramESSL3() local 101 for (unsigned int index = 0; index < 8; index++) in setupMRTProgramESSL3() local 132 for (unsigned int index = 0; index < 8; index++) in setupMRTProgramESSL1() local 179 static GLColor getColorForIndex(unsigned int index) in getColorForIndex() 187 void verifyAttachment2DColor(unsigned int index, in verifyAttachment2DColor() 199 void verifyAttachment2DUnwritten(unsigned int index, GLuint texture, GLenum target, GLint level) in verifyAttachment2DUnwritten() 204 void verifyAttachment2D(unsigned int index, GLuint texture, GLenum target, GLint level) in verifyAttachment2D() 209 void verifyAttachmentLayer(unsigned int index, GLuint texture, GLint level, GLint layer) in verifyAttachmentLayer()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/ |
D | TextureNULL.cpp | 22 const gl::ImageIndex &index, in setImage() 37 const gl::ImageIndex &index, in setSubImage() 49 const gl::ImageIndex &index, in setCompressedImage() 60 const gl::ImageIndex &index, in setCompressedSubImage() 71 const gl::ImageIndex &index, in copyImage() 80 const gl::ImageIndex &index, in copySubImage() 89 const gl::ImageIndex &index, in copyTexture() 102 const gl::ImageIndex &index, in copySubTexture()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 110 const gl::ImageIndex &index, in getImageAndSyncFromStorage() 226 const gl::ImageIndex &index, in setImageImpl() 270 const gl::ImageIndex &index, in subImage() 302 const gl::ImageIndex &index, in setCompressedImageImpl() 334 const gl::ImageIndex &index, in subImageCompressed() 611 const gl::ImageIndex &index, in commitRegion() 666 const gl::ImageIndex index = iterator.next(); in setBaseLevel() local 711 gl::ImageIndex index = imageIndex; in initializeContents() local 822 void TextureD3D::onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) in onSubjectStateChange() 908 const gl::ImageIndex &index, in setImage() [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | TextureStorage11.cpp | 206 const gl::ImageIndex &index, in getSubresourceIndex() 524 const gl::ImageIndex &index, in updateSubresourceLevel() 589 const gl::ImageIndex &index, in copySubresourceLevel() 731 const gl::ImageIndex &index, in setData() 855 gl::ImageIndex index = itCopy.next(); in initDropStencilTexture() local 907 const gl::ImageIndex &index, in findMultisampledRenderTarget() 925 const gl::ImageIndex &index, in getMultisampledRenderTarget() 1146 void TextureStorage11_2D::associateImage(Image11 *image, const gl::ImageIndex &index) in associateImage() 1157 void TextureStorage11_2D::verifyAssociatedImageValid(const gl::ImageIndex &index, in verifyAssociatedImageValid() 1169 void TextureStorage11_2D::disassociateImage(const gl::ImageIndex &index, Image11 *expectedImage) in disassociateImage() [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | null_functions.cpp | 25 void INTERNAL_GL_APIENTRY glBeginQueryIndexedNULL(GLenum target, GLuint index, GLuint id) {} in glBeginQueryIndexedNULL() 29 void INTERNAL_GL_APIENTRY glBindAttribLocationNULL(GLuint program, GLuint index, const GLchar *name) in glBindAttribLocationNULL() 34 void INTERNAL_GL_APIENTRY glBindBufferBaseNULL(GLenum target, GLuint index, GLuint buffer) {} in glBindBufferBaseNULL() 37 glBindBufferRangeNULL(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in glBindBufferRangeNULL() 61 GLuint index, in glBindFragDataLocationIndexedNULL() 316 glColorMaskiNULL(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) in glColorMaskiNULL() 618 void INTERNAL_GL_APIENTRY glDepthRangeIndexedNULL(GLuint index, GLdouble n, GLdouble f) {} in glDepthRangeIndexedNULL() 626 void INTERNAL_GL_APIENTRY glDisableVertexArrayAttribNULL(GLuint vaobj, GLuint index) {} in glDisableVertexArrayAttribNULL() 628 void INTERNAL_GL_APIENTRY glDisableVertexAttribArrayNULL(GLuint index) {} in glDisableVertexAttribArrayNULL() 630 void INTERNAL_GL_APIENTRY glDisableiNULL(GLenum target, GLuint index) {} in glDisableiNULL() [all …]
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | wifi_offload.cpp | 82 MKeepAliveCommand(wifi_interface_handle iface, u8 index, u8 *ip_packet, u16 ip_packet_len, in MKeepAliveCommand() 90 MKeepAliveCommand(wifi_interface_handle iface, u8 index, GetCmdType cmdType) in MKeepAliveCommand() 218 wifi_error wifi_start_sending_offloaded_packet(wifi_request_id index, wifi_interface_handle iface, in wifi_start_sending_offloaded_packet() 238 wifi_error wifi_stop_sending_offloaded_packet(wifi_request_id index, wifi_interface_handle iface) in wifi_stop_sending_offloaded_packet()
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | SimpleGoldfishOMXComponent.cpp | 70 OMX_INDEXTYPE index, const OMX_PTR params) const { in isSetParameterAllowed() 121 OMX_INDEXTYPE index, OMX_PTR params) { in getParameter() 127 OMX_INDEXTYPE index, const OMX_PTR params) { in setParameter() 136 OMX_INDEXTYPE index, OMX_PTR params) { in internalGetParameter() 167 OMX_INDEXTYPE index, const OMX_PTR params) { in internalSetParameter() 214 OMX_INDEXTYPE index, const OMX_PTR params) { in setConfig()
|