| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gles_1_0.cpp | 666 void Context::matrixIndexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in matrixIndexPointer() argument 671 void Context::weightPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in weightPointer() argument
|
| H A D | queryutils.cpp | 1601 void QueryVertexAttribPointerv(const VertexAttribute &attrib, GLenum pname, void **pointer) in QueryVertexAttribPointerv() argument
|
| H A D | validationES1.cpp | 80 ValidateBuiltinVertexAttributeCommon(const Context *context, angle::EntryPoint entryPoint, ClientVertexArrayType arrayType, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateBuiltinVertexAttributeCommon() argument 781 ValidateColorPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateColorPointer() argument 1271 ValidateNormalPointer(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidateNormalPointer() argument 1480 ValidateTexCoordPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateTexCoordPointer() argument 1623 ValidateVertexPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateVertexPointer() argument 1724 ValidateMatrixIndexPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateMatrixIndexPointerOES() argument 1735 ValidateWeightPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateWeightPointerOES() argument 1746 ValidatePointSizePointerOES(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidatePointSizePointerOES() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cDirectStateAccessBuffersTests.cpp | 3735 glw::GLvoid* pointer = DE_NULL; TestErrorsOfGetNamedBufferPointerv() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_2_0_autogen.cpp | 2126 void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) in GL_GetVertexAttribPointerv() argument 3806 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument [all...] |
| H A D | entry_points_gles_3_0_autogen.cpp | 2998 GL_VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_VertexAttribIPointer() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
| H A D | libGLESv1_CM.cpp | 288 void GL_APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glColorPointer() argument 604 void GL_APIENTRY glNormalPointer(GLenum type, GLsizei stride, const void *pointer) in glNormalPointer() argument 705 void GL_APIENTRY glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glTexCoordPointer() argument 782 void GL_APIENTRY glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glVertexPointer() argument 844 glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glMatrixIndexPointerOES() argument 852 glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glWeightPointerOES() argument 858 glPointSizePointerOES(GLenum type, GLsizei stride, const void *pointer) glPointSizePointerOES() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | libGLESv3.cpp | 1810 void GL_APIENTRY VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in VertexAttribIPointer() argument
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
| H A D | json.h | 1079 typedef const Value* pointer; typedef in Json::ValueConstIterator 1128 typedef Value* pointer; typedef in Json::ValueIterator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
| H A D | json.h | 1079 typedef const Value* pointer; typedef in Json::ValueConstIterator 1128 typedef Value* pointer; typedef in Json::ValueIterator
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngtest.c | 503 png_voidp pointer; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | sfwoff2.c | 541 FT_Byte* pointer; in store_points() local 670 FT_Byte* pointer; in compute_bbox() local 953 FT_Byte* pointer = NULL; reconstruct_glyf() local 1036 FT_Byte* pointer = NULL; reconstruct_glyf() local [all...] |
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | program_builder.h | 771 const ast::Pointer* pointer( pointer() function in tint::ProgramBuilder::TypesBuilder 783 const ast::Pointer* pointer( pointer() function in tint::ProgramBuilder::TypesBuilder 795 const ast::Pointer* pointer( pointer() function in tint::ProgramBuilder::TypesBuilder [all...] |
| /third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
| H A D | json.h | 1079 typedef const Value* pointer; typedef in Json::ValueConstIterator 1128 typedef Value* pointer; typedef in Json::ValueIterator
|
| /third_party/python/Objects/ |
| H A D | abstract.c | 481 char* pointer; in PyBuffer_GetPointer() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | repeated_field.h | 263 typedef value_type* pointer; typedef in google::protobuf::final 996 typedef value_type* pointer; global() typedef in google::protobuf::final [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderStateQueryTests.cpp | 2164 const void* pointer; member 2386 const void* pointer; in test() member [all...] |
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrGLContext.cpp | 656 void GLContext::vertexAttribPointer (deUint32 index, int size, deUint32 type, deBool normalized, int stride, const void *pointer) in vertexAttribPointer() argument 661 void GLContext::vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer) in vertexAttribIPointer() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_text_area_bridge.cpp | 2070 auto pointer = TextFieldModelNG::GetJSTextEditableController(frameNode); in SetTextAreaInitialize() local 2080 auto pointer = TextFieldModelNG::GetJSTextEditableController(frameNode); in SetTextAreaInitialize() local
|
| /foundation/multimodalinput/input/service/key_command/src/ |
| H A D | key_command_handler.cpp | 1349 bool KeyCommandHandler::OnHandleEvent(const std::shared_ptr<PointerEvent> pointer) in OnHandleEvent() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_common.c | 1689 u16 pointer = 0; ixgbe_calc_eeprom_checksum_generic() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 77 i40e_add_one_ethtool_stat(u64 *data, void *pointer, in i40e_add_one_ethtool_stat() argument 125 __i40e_add_ethtool_stats(u64 **data, void *pointer, const struct i40e_stats stats[], const unsigned int size) __i40e_add_ethtool_stats() argument [all...] |
| /kernel/linux/linux-5.10/lib/ |
| H A D | vsprintf.c | 2248 char *pointer(const char *fmt, char *buf, char *end, void *ptr, pointer() function [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_common.c | 1690 u16 pointer = 0; ixgbe_calc_eeprom_checksum_generic() local [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | vsprintf.c | 2412 char *pointer(const char *fmt, char *buf, char *end, void *ptr, pointer() function [all...] |